Html Css Color HEX #C4AF51 Sundance

📋 copy color: '#C4AF51'

red 196 ◦ green 175 ◦ blue 81

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

Shades of Sundance #C4AF51

Tints of Sundance #C4AF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.92%

R = 43.36%
G = 38.72%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4AF51 (or 0xC4AF51) is known color: Sundance. HEX triplet: C4, AF and 51. RGB value is (196,175,81). Sum of RGB (Red+Green+Blue) = 196+175+81=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF51 is #3B50AE. Grayscale: #AAAAAA. Windows color (decimal): -3887279 or 5353412. OLE color: 5353412.

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

Color convert

RGB 196 175 81 -
CMYK 0 0.11 0.59 0.23
HSL 49.04º 0.49% 0.54% -
HSV(B) 49.04º 0.59% 0.77% -
XYZ 39.58 42.99 14 -
YUV 170.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 196 175 81 0 0.11 0.59 0.23 49.04 0.49 0.54
Hex C4 AF 51 0 B 3B 17 31 31 36
Octal 304 257 121 0 13 73 27 61 61 66
Binary 11000100 10101111 1010001 0 1011 111011 10111 110001 110001 110110

Color Harmonies of #C4AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF51

Black with #C4AF51

Text Example


Text Example

White with #C4AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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