#C2B24A

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

Shades of Sundance #C2B24A

Tints of Sundance #C2B24A

Color information

#C2B24A (or 0xC2B24A) is unknown color: approx Sundance. HEX triplet: C2, B2 and 4A. RGB value is (194,178,74). Sum of RGB (Red+Green+Blue) = 194+178+74=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B24A is #3D4DB5. Grayscale: #ABABAB. Windows color (decimal): -4017590 or 4895426. OLE color: 4895426.

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

Color convert

RGB19417874-
CMYK00.080.620.24
HSL52º49.59%52.55%-
HSV(B)52º61.86%76.08%-
XYZ39.443.812.86-
YUV170.9373.3144.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 178 (69.92% from 255) = 39.91%
BLUE value IS 74 (29.30% from 255) = 16.59%
R=43.50%
G=39.91%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941787400.080.620.245249.5952.55
HexC2B24A083E18343235
Octal3022621120107630646265
Binary110000101011001010010100100011111011000110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B24A; }

 p { color: rgb(194,178,74); }

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

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

 a { background-color: rgb(194,178,74); }

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

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

 span { border-color: rgb(194,178,74); }

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