Html Css Color HEX #C9AF55 Sundance

📋 copy color: '#C9AF55'

red 201 ◦ green 175 ◦ blue 85

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

Shades of Sundance #C9AF55

Tints of Sundance #C9AF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.44%

R = 43.6%
G = 37.96%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C9AF55 (or 0xC9AF55) is known color: Sundance. HEX triplet: C9, AF and 55. RGB value is (201,175,85). Sum of RGB (Red+Green+Blue) = 201+175+85=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AF55 is #3650AA. Grayscale: #ACACAC. Windows color (decimal): -3559595 or 5615561. OLE color: 5615561.

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

Color convert

RGB 201 175 85 -
CMYK 0 0.13 0.58 0.21
HSL 46.55º 0.52% 0.56% -
HSV(B) 46.55º 0.58% 0.79% -
XYZ 41.06 43.73 14.87 -
YUV 172.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 201 175 85 0 0.13 0.58 0.21 46.55 0.52 0.56
Hex C9 AF 55 0 D 3A 15 2F 34 38
Octal 311 257 125 0 15 72 25 57 64 70
Binary 11001001 10101111 1010101 0 1101 111010 10101 101111 110100 111000

Color Harmonies of #C9AF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF55

Black with #C9AF55

Text Example


Text Example

White with #C9AF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF55; }

 p { color: rgb(201,175,85); }

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

background-color css

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

 a { background-color: rgb(201,175,85); }

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

border-color css

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

 span { border-color: rgb(201,175,85); }

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