Html Css Color HEX #C4AF52 Sundance

📋 copy color: '#C4AF52'

red 196 ◦ green 175 ◦ blue 82

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

Shades of Sundance #C4AF52

Tints of Sundance #C4AF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 43.27%
G = 38.63%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C4AF52 (or 0xC4AF52) is known color: Sundance. HEX triplet: C4, AF and 52. RGB value is (196,175,82). Sum of RGB (Red+Green+Blue) = 196+175+82=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AF52 is #3B50AD. Grayscale: #ABABAB. Windows color (decimal): -3887278 or 5418948. OLE color: 5418948.

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

Color convert

RGB 196 175 82 -
CMYK 0 0.11 0.58 0.23
HSL 48.95º 0.49% 0.55% -
HSV(B) 48.95º 0.58% 0.77% -
XYZ 39.62 43 14.2 -
YUV 170.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 196 175 82 0 0.11 0.58 0.23 48.95 0.49 0.55
Hex C4 AF 52 0 B 3A 17 31 31 37
Octal 304 257 122 0 13 72 27 61 61 67
Binary 11000100 10101111 1010010 0 1011 111010 10111 110001 110001 110111

Color Harmonies of #C4AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF52

Black with #C4AF52

Text Example


Text Example

White with #C4AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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