Html Css Color HEX #C9A48E Rodeo Dust

📋 copy color: '#C9A48E'

red 201 ◦ green 164 ◦ blue 142

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

Shades of Rodeo Dust #C9A48E

Tints of Rodeo Dust #C9A48E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.35%

 BLUE value IS 142 (55.86% from 255) = 28.01%

R = 39.64%
G = 32.35%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9A48E (or 0xC9A48E) is known color: Rodeo Dust. HEX triplet: C9, A4 and 8E. RGB value is (201,164,142). Sum of RGB (Red+Green+Blue) = 201+164+142=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A48E is #365B71. Grayscale: #ACACAC. Windows color (decimal): -3562354 or 9348297. OLE color: 9348297.

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

Color convert

RGB 201 164 142 -
CMYK 0 0.18 0.29 0.21
HSL 22.37º 0.35% 0.67% -
HSV(B) 22.37º 0.29% 0.79% -
XYZ 42.25 40.92 31.26 -
YUV 172.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 201 164 142 0 0.18 0.29 0.21 22.37 0.35 0.67
Hex C9 A4 8E 0 12 1D 15 16 23 43
Octal 311 244 216 0 22 35 25 26 43 103
Binary 11001001 10100100 10001110 0 10010 11101 10101 10110 100011 1000011

Color Harmonies of #C9A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A48E

Black with #C9A48E

Text Example


Text Example

White with #C9A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A48E; }

 p { color: rgb(201,164,142); }

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

background-color css

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

 a { background-color: rgb(201,164,142); }

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

border-color css

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

 span { border-color: rgb(201,164,142); }

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