Html Css Color HEX #C9A043 Sundance

📋 copy color: '#C9A043'

red 201 ◦ green 160 ◦ blue 67

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

Shades of Sundance #C9A043

Tints of Sundance #C9A043

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

 BLUE value IS 67 (26.56% from 255) = 15.65%

R = 46.96%
G = 37.38%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9A043 (or 0xC9A043) is known color: Sundance. HEX triplet: C9, A0 and 43. RGB value is (201,160,67). Sum of RGB (Red+Green+Blue) = 201+160+67=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A043 is #365FBC. Grayscale: #A2A2A2. Windows color (decimal): -3563453 or 4432073. OLE color: 4432073.

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

Color convert

RGB 201 160 67 -
CMYK 0 0.20 0.67 0.21
HSL 41.64º 0.55% 0.53% -
HSV(B) 41.64º 0.67% 0.79% -
XYZ 37.67 37.96 10.65 -
YUV 161.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 201 160 67 0 0.20 0.67 0.21 41.64 0.55 0.53
Hex C9 A0 43 0 14 43 15 2A 37 35
Octal 311 240 103 0 24 103 25 52 67 65
Binary 11001001 10100000 1000011 0 10100 1000011 10101 101010 110111 110101

Color Harmonies of #C9A043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A043

Black with #C9A043

Text Example


Text Example

White with #C9A043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A043; }

 p { color: rgb(201,160,67); }

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

background-color css

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

 a { background-color: rgb(201,160,67); }

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

border-color css

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

 span { border-color: rgb(201,160,67); }

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