Html Css Color HEX #C9AB4E Sundance

📋 copy color: '#C9AB4E'

red 201 ◦ green 171 ◦ blue 78

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

Shades of Sundance #C9AB4E

Tints of Sundance #C9AB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38%

 BLUE value IS 78 (30.86% from 255) = 17.33%

R = 44.67%
G = 38%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9AB4E (or 0xC9AB4E) is known color: Sundance. HEX triplet: C9, AB and 4E. RGB value is (201,171,78). Sum of RGB (Red+Green+Blue) = 201+171+78=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9AB4E is #3654B1. Grayscale: #A9A9A9. Windows color (decimal): -3560626 or 5155785. OLE color: 5155785.

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

Color convert

RGB 201 171 78 -
CMYK 0 0.15 0.61 0.21
HSL 45.37º 0.53% 0.55% -
HSV(B) 45.37º 0.61% 0.79% -
XYZ 40.03 42.09 13.22 -
YUV 169.37 76.44 150.56 -
System Red Green Blue C M Y K H S L
Decimal 201 171 78 0 0.15 0.61 0.21 45.37 0.53 0.55
Hex C9 AB 4E 0 F 3D 15 2D 35 37
Octal 311 253 116 0 17 75 25 55 65 67
Binary 11001001 10101011 1001110 0 1111 111101 10101 101101 110101 110111

Color Harmonies of #C9AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AB4E

Black with #C9AB4E

Text Example


Text Example

White with #C9AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AB4E; }

 p { color: rgb(201,171,78); }

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

background-color css

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

 a { background-color: rgb(201,171,78); }

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

border-color css

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

 span { border-color: rgb(201,171,78); }

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