Html Css Color HEX #C9A852 Sundance

📋 copy color: '#C9A852'

red 201 ◦ green 168 ◦ blue 82

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

Shades of Sundance #C9A852

Tints of Sundance #C9A852

RGB

 RED value IS 201 (78.91% from 255) = 44.57%

 GREEN value IS 168 (66.02% from 255) = 37.25%

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

R = 44.57%
G = 37.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C9A852 (or 0xC9A852) is known color: Sundance. HEX triplet: C9, A8 and 52. RGB value is (201,168,82). Sum of RGB (Red+Green+Blue) = 201+168+82=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A852 is #3657AD. Grayscale: #A8A8A8. Windows color (decimal): -3561390 or 5417161. OLE color: 5417161.

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

Color convert

RGB 201 168 82 -
CMYK 0 0.16 0.59 0.21
HSL 43.36º 0.52% 0.55% -
HSV(B) 43.36º 0.59% 0.79% -
XYZ 39.61 41.03 13.81 -
YUV 168.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 201 168 82 0 0.16 0.59 0.21 43.36 0.52 0.55
Hex C9 A8 52 0 10 3B 15 2B 34 37
Octal 311 250 122 0 20 73 25 53 64 67
Binary 11001001 10101000 1010010 0 10000 111011 10101 101011 110100 110111

Color Harmonies of #C9A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A852

Black with #C9A852

Text Example


Text Example

White with #C9A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A852; }

 p { color: rgb(201,168,82); }

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

background-color css

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

 a { background-color: rgb(201,168,82); }

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

border-color css

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

 span { border-color: rgb(201,168,82); }

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