Html Css Color HEX #C5A07E Rodeo Dust

📋 copy color: '#C5A07E'

red 197 ◦ green 160 ◦ blue 126

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

Shades of Rodeo Dust #C5A07E

Tints of Rodeo Dust #C5A07E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.13%

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

R = 40.79%
G = 33.13%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5A07E (or 0xC5A07E) is known color: Rodeo Dust. HEX triplet: C5, A0 and 7E. RGB value is (197,160,126). Sum of RGB (Red+Green+Blue) = 197+160+126=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A07E is #3A5F81. Grayscale: #A7A7A7. Windows color (decimal): -3825538 or 8298693. OLE color: 8298693.

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

Color convert

RGB 197 160 126 -
CMYK 0 0.19 0.36 0.23
HSL 28.73º 0.38% 0.63% -
HSV(B) 28.73º 0.36% 0.77% -
XYZ 39.36 38.52 25.1 -
YUV 167.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 197 160 126 0 0.19 0.36 0.23 28.73 0.38 0.63
Hex C5 A0 7E 0 13 24 17 1D 26 3F
Octal 305 240 176 0 23 44 27 35 46 77
Binary 11000101 10100000 1111110 0 10011 100100 10111 11101 100110 111111

Color Harmonies of #C5A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A07E

Black with #C5A07E

Text Example


Text Example

White with #C5A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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