Html Css Color HEX #C5AB8D Rodeo Dust

📋 copy color: '#C5AB8D'

red 197 ◦ green 171 ◦ blue 141

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

Shades of Rodeo Dust #C5AB8D

Tints of Rodeo Dust #C5AB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 38.7%
G = 33.6%
B = 27.7%

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

#C5AB8D (or 0xC5AB8D) is known color: Rodeo Dust. HEX triplet: C5, AB and 8D. RGB value is (197,171,141). Sum of RGB (Red+Green+Blue) = 197+171+141=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AB8D is #3A5472. Grayscale: #AFAFAF. Windows color (decimal): -3822707 or 9284549. OLE color: 9284549.

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

Color convert

RGB 197 171 141 -
CMYK 0 0.13 0.28 0.23
HSL 32.14º 0.33% 0.66% -
HSV(B) 32.14º 0.28% 0.77% -
XYZ 42.4 42.92 31.25 -
YUV 175.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 197 171 141 0 0.13 0.28 0.23 32.14 0.33 0.66
Hex C5 AB 8D 0 D 1C 17 20 21 42
Octal 305 253 215 0 15 34 27 40 41 102
Binary 11000101 10101011 10001101 0 1101 11100 10111 100000 100001 1000010

Color Harmonies of #C5AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB8D

Black with #C5AB8D

Text Example


Text Example

White with #C5AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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