Html Css Color HEX #C59D7E Rodeo Dust

📋 copy color: '#C59D7E'

red 197 ◦ green 157 ◦ blue 126

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

Shades of Rodeo Dust #C59D7E

Tints of Rodeo Dust #C59D7E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

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

R = 41.04%
G = 32.71%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C59D7E (or 0xC59D7E) is known color: Rodeo Dust. HEX triplet: C5, 9D and 7E. RGB value is (197,157,126). Sum of RGB (Red+Green+Blue) = 197+157+126=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D7E is #3A6281. Grayscale: #A5A5A5. Windows color (decimal): -3826306 or 8297925. OLE color: 8297925.

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

Color convert

RGB 197 157 126 -
CMYK 0 0.20 0.36 0.23
HSL 26.2º 0.38% 0.63% -
HSV(B) 26.2º 0.36% 0.77% -
XYZ 38.85 37.49 24.93 -
YUV 165.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 197 157 126 0 0.20 0.36 0.23 26.2 0.38 0.63
Hex C5 9D 7E 0 14 24 17 1A 26 3F
Octal 305 235 176 0 24 44 27 32 46 77
Binary 11000101 10011101 1111110 0 10100 100100 10111 11010 100110 111111

Color Harmonies of #C59D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59D7E

Black with #C59D7E

Text Example


Text Example

White with #C59D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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