Html Css Color HEX #C5AB8E Rodeo Dust

📋 copy color: '#C5AB8E'

red 197 ◦ green 171 ◦ blue 142

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

Shades of Rodeo Dust #C5AB8E

Tints of Rodeo Dust #C5AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.53%

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

R = 38.63%
G = 33.53%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5AB8E (or 0xC5AB8E) is known color: Rodeo Dust. HEX triplet: C5, AB and 8E. RGB value is (197,171,142). Sum of RGB (Red+Green+Blue) = 197+171+142=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB8E is #3A5471. Grayscale: #AFAFAF. Windows color (decimal): -3822706 or 9350085. OLE color: 9350085.

HSL color Cylindrical-coordinate representation of color #C5AB8E: hue angle of 31.64º 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 #C5AB8E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 142 -
CMYK 0 0.13 0.28 0.23
HSL 31.64º 0.32% 0.66% -
HSV(B) 31.64º 0.28% 0.77% -
XYZ 42.47 42.95 31.64 -
YUV 175.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 197 171 142 0 0.13 0.28 0.23 31.64 0.32 0.66
Hex C5 AB 8E 0 D 1C 17 20 20 42
Octal 305 253 216 0 15 34 27 40 40 102
Binary 11000101 10101011 10001110 0 1101 11100 10111 100000 100000 1000010

Color Harmonies of #C5AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB8E

Black with #C5AB8E

Text Example


Text Example

White with #C5AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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