Html Css Color HEX #C9A88B Rodeo Dust

📋 copy color: '#C9A88B'

red 201 ◦ green 168 ◦ blue 139

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

Shades of Rodeo Dust #C9A88B

Tints of Rodeo Dust #C9A88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.07%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 39.57%
G = 33.07%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9A88B (or 0xC9A88B) is known color: Rodeo Dust. HEX triplet: C9, A8 and 8B. RGB value is (201,168,139). Sum of RGB (Red+Green+Blue) = 201+168+139=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A88B is #365774. Grayscale: #AEAEAE. Windows color (decimal): -3561333 or 9152713. OLE color: 9152713.

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

Color convert

RGB 201 168 139 -
CMYK 0 0.16 0.31 0.21
HSL 28.06º 0.36% 0.67% -
HSV(B) 28.06º 0.31% 0.79% -
XYZ 42.75 42.29 30.34 -
YUV 174.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 201 168 139 0 0.16 0.31 0.21 28.06 0.36 0.67
Hex C9 A8 8B 0 10 1F 15 1C 24 43
Octal 311 250 213 0 20 37 25 34 44 103
Binary 11001001 10101000 10001011 0 10000 11111 10101 11100 100100 1000011

Color Harmonies of #C9A88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A88B

Black with #C9A88B

Text Example


Text Example

White with #C9A88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A88B; }

 p { color: rgb(201,168,139); }

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

background-color css

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

 a { background-color: rgb(201,168,139); }

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

border-color css

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

 span { border-color: rgb(201,168,139); }

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