Html Css Color HEX #C9A07E Rodeo Dust

📋 copy color: '#C9A07E'

red 201 ◦ green 160 ◦ blue 126

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

Shades of Rodeo Dust #C9A07E

Tints of Rodeo Dust #C9A07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.87%

R = 41.27%
G = 32.85%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9A07E (or 0xC9A07E) is known color: Rodeo Dust. HEX triplet: C9, A0 and 7E. RGB value is (201,160,126). Sum of RGB (Red+Green+Blue) = 201+160+126=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9A07E is #365F81. Grayscale: #A8A8A8. Windows color (decimal): -3563394 or 8298697. OLE color: 8298697.

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

Color convert

RGB 201 160 126 -
CMYK 0 0.20 0.37 0.21
HSL 27.2º 0.41% 0.64% -
HSV(B) 27.2º 0.37% 0.79% -
XYZ 40.42 39.07 25.15 -
YUV 168.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 201 160 126 0 0.20 0.37 0.21 27.2 0.41 0.64
Hex C9 A0 7E 0 14 25 15 1B 29 40
Octal 311 240 176 0 24 45 25 33 51 100
Binary 11001001 10100000 1111110 0 10100 100101 10101 11011 101001 1000000

Color Harmonies of #C9A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A07E

Black with #C9A07E

Text Example


Text Example

White with #C9A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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