Html Css Color HEX #C4AF47 Sundance

📋 copy color: '#C4AF47'

red 196 ◦ green 175 ◦ blue 71

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

Shades of Sundance #C4AF47

Tints of Sundance #C4AF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 44.34%
G = 39.59%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4AF47 (or 0xC4AF47) is known color: Sundance. HEX triplet: C4, AF and 47. RGB value is (196,175,71). Sum of RGB (Red+Green+Blue) = 196+175+71=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF47 is #3B50B8. Grayscale: #A9A9A9. Windows color (decimal): -3887289 or 4698052. OLE color: 4698052.

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

Color convert

RGB 196 175 71 -
CMYK 0 0.11 0.64 0.23
HSL 49.92º 0.51% 0.52% -
HSV(B) 49.92º 0.64% 0.77% -
XYZ 39.23 42.85 12.16 -
YUV 169.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 196 175 71 0 0.11 0.64 0.23 49.92 0.51 0.52
Hex C4 AF 47 0 B 40 17 32 33 34
Octal 304 257 107 0 13 100 27 62 63 64
Binary 11000100 10101111 1000111 0 1011 1000000 10111 110010 110011 110100

Color Harmonies of #C4AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF47

Black with #C4AF47

Text Example


Text Example

White with #C4AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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