Html Css Color HEX #C5A88E Rodeo Dust

📋 copy color: '#C5A88E'

red 197 ◦ green 168 ◦ blue 142

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

Shades of Rodeo Dust #C5A88E

Tints of Rodeo Dust #C5A88E

RGB

 RED value IS 197 (77.34% from 255) = 38.86%

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

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

R = 38.86%
G = 33.14%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5A88E (or 0xC5A88E) is known color: Rodeo Dust. HEX triplet: C5, A8 and 8E. RGB value is (197,168,142). Sum of RGB (Red+Green+Blue) = 197+168+142=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A88E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A88E is #3A5771. Grayscale: #ADADAD. Windows color (decimal): -3823474 or 9349317. OLE color: 9349317.

HSL color Cylindrical-coordinate representation of color #C5A88E: hue angle of 28.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5A88E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 168 142 -
CMYK 0 0.15 0.28 0.23
HSL 28.36º 0.32% 0.66% -
HSV(B) 28.36º 0.28% 0.77% -
XYZ 41.91 41.83 31.46 -
YUV 173.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 197 168 142 0 0.15 0.28 0.23 28.36 0.32 0.66
Hex C5 A8 8E 0 F 1C 17 1C 20 42
Octal 305 250 216 0 17 34 27 34 40 102
Binary 11000101 10101000 10001110 0 1111 11100 10111 11100 100000 1000010

Color Harmonies of #C5A88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A88E

Black with #C5A88E

Text Example


Text Example

White with #C5A88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A88E; }

 p { color: rgb(197,168,142); }

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

background-color css

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

 a { background-color: rgb(197,168,142); }

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

border-color css

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

 span { border-color: rgb(197,168,142); }

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