Html Css Color HEX #C59C84 Rodeo Dust

📋 copy color: '#C59C84'

red 197 ◦ green 156 ◦ blue 132

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

Shades of Rodeo Dust #C59C84

Tints of Rodeo Dust #C59C84

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 132 (51.95% from 255) = 27.22%

R = 40.62%
G = 32.16%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C59C84 (or 0xC59C84) is known color: Rodeo Dust. HEX triplet: C5, 9C and 84. RGB value is (197,156,132). Sum of RGB (Red+Green+Blue) = 197+156+132=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59C84 is #3A637B. Grayscale: #A5A5A5. Windows color (decimal): -3826556 or 8690885. OLE color: 8690885.

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

Color convert

RGB 197 156 132 -
CMYK 0 0.21 0.33 0.23
HSL 22.15º 0.36% 0.65% -
HSV(B) 22.15º 0.33% 0.77% -
XYZ 39.08 37.31 26.97 -
YUV 165.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 197 156 132 0 0.21 0.33 0.23 22.15 0.36 0.65
Hex C5 9C 84 0 15 21 17 16 24 41
Octal 305 234 204 0 25 41 27 26 44 101
Binary 11000101 10011100 10000100 0 10101 100001 10111 10110 100100 1000001

Color Harmonies of #C59C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59C84

Black with #C59C84

Text Example


Text Example

White with #C59C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59C84; }

 p { color: rgb(197,156,132); }

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

background-color css

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

 a { background-color: rgb(197,156,132); }

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

border-color css

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

 span { border-color: rgb(197,156,132); }

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