Html Css Color HEX #C5A27E Rodeo Dust

📋 copy color: '#C5A27E'

red 197 ◦ green 162 ◦ blue 126

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

Shades of Rodeo Dust #C5A27E

Tints of Rodeo Dust #C5A27E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 40.62%
G = 33.4%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5A27E (or 0xC5A27E) is known color: Rodeo Dust. HEX triplet: C5, A2 and 7E. RGB value is (197,162,126). Sum of RGB (Red+Green+Blue) = 197+162+126=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A27E is #3A5D81. Grayscale: #A8A8A8. Windows color (decimal): -3825026 or 8299205. OLE color: 8299205.

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

Color convert

RGB 197 162 126 -
CMYK 0 0.18 0.36 0.23
HSL 30.42º 0.38% 0.63% -
HSV(B) 30.42º 0.36% 0.77% -
XYZ 39.71 39.22 25.22 -
YUV 168.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 197 162 126 0 0.18 0.36 0.23 30.42 0.38 0.63
Hex C5 A2 7E 0 12 24 17 1E 26 3F
Octal 305 242 176 0 22 44 27 36 46 77
Binary 11000101 10100010 1111110 0 10010 100100 10111 11110 100110 111111

Color Harmonies of #C5A27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A27E

Black with #C5A27E

Text Example


Text Example

White with #C5A27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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