#C2B14C

Color #C2B14C Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C2B14C

Tints of Sundance #C2B14C

Color information

#C2B14C (or 0xC2B14C) is unknown color: approx Sundance. HEX triplet: C2, B1 and 4C. RGB value is (194,177,76). Sum of RGB (Red+Green+Blue) = 194+177+76=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B14C is #3D4EB3. Grayscale: #AAAAAA. Windows color (decimal): -4017844 or 5026242. OLE color: 5026242.

HSL color Cylindrical-coordinate representation of color #C2B14C: hue angle of 51.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2B14C is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19417776-
CMYK00.090.610.24
HSL51.36º49.17%52.94%-
HSV(B)51.36º60.82%76.08%-
XYZ39.2743.4413.15-
YUV170.5774.63144.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=43.40%
G=39.60%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941777600.090.610.2451.3649.1752.94
HexC2B14C093D18333135
Octal3022611140117530636165
Binary110000101011000110011000100111110111000110011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B14C; }

 p { color: rgb(194,177,76); }

 H1.HeaderClassName
 {
   color: #C2B14C;
 }
 .AnyTagClassName
 {
   color: #C2B14C;
 }
</style>
background-color css

<style>
 a { background-color: #C2B14C; }

 a { background-color: rgb(194,177,76); }

 div.DivClassName
 {
   background-color: #C2B14C;
 }
 .BgClassName
 {
   background-color: #C2B14C;
 }
</style>
border-color css

<style>
 span { border-color: #C2B14C; }

 span { border-color: rgb(194,177,76); }

 td.TdClassName
 {
   border-color: #C2B14C;
 }
 .TagClassName
 {
   border-color: #C2B14C;
 }
</style>