#C2B34D

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

Shades of Sundance #C2B34D

Tints of Sundance #C2B34D

Color information

#C2B34D (or 0xC2B34D) is unknown color: approx Sundance. HEX triplet: C2, B3 and 4D. RGB value is (194,179,77). Sum of RGB (Red+Green+Blue) = 194+179+77=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B34D is #3D4CB2. Grayscale: #ACACAC. Windows color (decimal): -4017331 or 5092290. OLE color: 5092290.

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

Color convert

RGB19417977-
CMYK00.080.600.24
HSL52.31º48.95%53.14%-
HSV(B)52.31º60.31%76.08%-
XYZ39.7144.2513.47-
YUV171.8674.47143.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 179 (70.31% from 255) = 39.78%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=43.11%
G=39.78%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941797700.080.600.2452.3148.9553.14
HexC2B34D083C18343135
Octal3022631150107430646165
Binary110000101011001110011010100011110011000110100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B34D; }

 p { color: rgb(194,179,77); }

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

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

 a { background-color: rgb(194,179,77); }

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

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

 span { border-color: rgb(194,179,77); }

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