Html Css Color HEX #C9A98C Rodeo Dust

📋 copy color: '#C9A98C'

red 201 ◦ green 169 ◦ blue 140

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

Shades of Rodeo Dust #C9A98C

Tints of Rodeo Dust #C9A98C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.14%

 BLUE value IS 140 (55.08% from 255) = 27.45%

R = 39.41%
G = 33.14%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9A98C (or 0xC9A98C) is known color: Rodeo Dust. HEX triplet: C9, A9 and 8C. RGB value is (201,169,140). Sum of RGB (Red+Green+Blue) = 201+169+140=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A98C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A98C is #365673. Grayscale: #AFAFAF. Windows color (decimal): -3561076 or 9218505. OLE color: 9218505.

HSL color Cylindrical-coordinate representation of color #C9A98C: hue angle of 28.52º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9A98C is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 140 -
CMYK 0 0.16 0.30 0.21
HSL 28.52º 0.36% 0.67% -
HSV(B) 28.52º 0.3% 0.79% -
XYZ 43.01 42.69 30.78 -
YUV 175.26 108.1 146.36 -
System Red Green Blue C M Y K H S L
Decimal 201 169 140 0 0.16 0.30 0.21 28.52 0.36 0.67
Hex C9 A9 8C 0 10 1E 15 1D 24 43
Octal 311 251 214 0 20 36 25 35 44 103
Binary 11001001 10101001 10001100 0 10000 11110 10101 11101 100100 1000011

Color Harmonies of #C9A98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A98C

Black with #C9A98C

Text Example


Text Example

White with #C9A98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A98C; }

 p { color: rgb(201,169,140); }

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

background-color css

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

 a { background-color: rgb(201,169,140); }

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

border-color css

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

 span { border-color: rgb(201,169,140); }

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