Html Css Color HEX #C4AF57 Sundance

📋 copy color: '#C4AF57'

red 196 ◦ green 175 ◦ blue 87

#C4AF57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #C4AF57

Tints of Sundance #C4AF57

RGB

 RED value IS 196 (76.95% from 255) = 42.79%

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 87 (34.38% from 255) = 19%

R = 42.79%
G = 38.21%
B = 19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C4AF57 (or 0xC4AF57) is known color: Sundance. HEX triplet: C4, AF and 57. RGB value is (196,175,87). Sum of RGB (Red+Green+Blue) = 196+175+87=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF57 is #3B50A8. Grayscale: #ABABAB. Windows color (decimal): -3887273 or 5746628. OLE color: 5746628.

HSL color Cylindrical-coordinate representation of color #C4AF57: hue angle of 48.44º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4AF57 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 87 -
CMYK 0 0.11 0.56 0.23
HSL 48.44º 0.48% 0.55% -
HSV(B) 48.44º 0.56% 0.77% -
XYZ 39.82 43.08 15.23 -
YUV 171.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 196 175 87 0 0.11 0.56 0.23 48.44 0.48 0.55
Hex C4 AF 57 0 B 38 17 30 30 37
Octal 304 257 127 0 13 70 27 60 60 67
Binary 11000100 10101111 1010111 0 1011 111000 10111 110000 110000 110111

Color Harmonies of #C4AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF57

Black with #C4AF57

Text Example


Text Example

White with #C4AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF57; }

 p { color: rgb(196,175,87); }

 H1.HeaderClassName
 {
   color: #C4AF57;
 }
 .AnyTagClassName
 {
   color: #C4AF57;
 }
</style>

background-color css

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

 a { background-color: rgb(196,175,87); }

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

border-color css

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

 span { border-color: rgb(196,175,87); }

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