Html Css Color HEX #C8AF52 Sundance

📋 copy color: '#C8AF52'

red 200 ◦ green 175 ◦ blue 82

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

Shades of Sundance #C8AF52

Tints of Sundance #C8AF52

RGB

 RED value IS 200 (78.52% from 255) = 43.76%

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

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

R = 43.76%
G = 38.29%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C8AF52 (or 0xC8AF52) is known color: Sundance. HEX triplet: C8, AF and 52. RGB value is (200,175,82). Sum of RGB (Red+Green+Blue) = 200+175+82=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF52 is #3750AD. Grayscale: #ACACAC. Windows color (decimal): -3625134 or 5418952. OLE color: 5418952.

HSL color Cylindrical-coordinate representation of color #C8AF52: hue angle of 47.29º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8AF52 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 175 82 -
CMYK 0 0.12 0.59 0.22
HSL 47.29º 0.52% 0.55% -
HSV(B) 47.29º 0.59% 0.78% -
XYZ 40.67 43.55 14.24 -
YUV 171.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 200 175 82 0 0.12 0.59 0.22 47.29 0.52 0.55
Hex C8 AF 52 0 C 3B 16 2F 34 37
Octal 310 257 122 0 14 73 26 57 64 67
Binary 11001000 10101111 1010010 0 1100 111011 10110 101111 110100 110111

Color Harmonies of #C8AF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF52

Black with #C8AF52

Text Example


Text Example

White with #C8AF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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