Html Css Color HEX #C5A87E Rodeo Dust

📋 copy color: '#C5A87E'

red 197 ◦ green 168 ◦ blue 126

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

Shades of Rodeo Dust #C5A87E

Tints of Rodeo Dust #C5A87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.66%

R = 40.12%
G = 34.22%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5A87E (or 0xC5A87E) is known color: Rodeo Dust. HEX triplet: C5, A8 and 7E. RGB value is (197,168,126). Sum of RGB (Red+Green+Blue) = 197+168+126=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A87E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A87E is #3A5781. Grayscale: #ACACAC. Windows color (decimal): -3823490 or 8300741. OLE color: 8300741.

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

Color convert

RGB 197 168 126 -
CMYK 0 0.15 0.36 0.23
HSL 35.49º 0.38% 0.63% -
HSV(B) 35.49º 0.36% 0.77% -
XYZ 40.79 41.38 25.58 -
YUV 171.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 197 168 126 0 0.15 0.36 0.23 35.49 0.38 0.63
Hex C5 A8 7E 0 F 24 17 23 26 3F
Octal 305 250 176 0 17 44 27 43 46 77
Binary 11000101 10101000 1111110 0 1111 100100 10111 100011 100110 111111

Color Harmonies of #C5A87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A87E

Black with #C5A87E

Text Example


Text Example

White with #C5A87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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