Html Css Color HEX #C2A587 Rodeo Dust

📋 copy color: '#C2A587'

red 194 ◦ green 165 ◦ blue 135

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

Shades of Rodeo Dust #C2A587

Tints of Rodeo Dust #C2A587

RGB

 RED value IS 194 (76.17% from 255) = 39.27%

 GREEN value IS 165 (64.84% from 255) = 33.4%

 BLUE value IS 135 (53.13% from 255) = 27.33%

R = 39.27%
G = 33.4%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2A587 (or 0xC2A587) is known color: Rodeo Dust. HEX triplet: C2, A5 and 87. RGB value is (194,165,135). Sum of RGB (Red+Green+Blue) = 194+165+135=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 135 (53.12% from 255 or 27.33% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A587 is #3D5A78. Grayscale: #AAAAAA. Windows color (decimal): -4020857 or 8889794. OLE color: 8889794.

HSL color Cylindrical-coordinate representation of color #C2A587: hue angle of 30.51º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A587 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 135 -
CMYK 0 0.15 0.30 0.24
HSL 30.51º 0.33% 0.65% -
HSV(B) 30.51º 0.3% 0.76% -
XYZ 40.08 40.13 28.56 -
YUV 170.25 108.11 144.94 -
System Red Green Blue C M Y K H S L
Decimal 194 165 135 0 0.15 0.30 0.24 30.51 0.33 0.65
Hex C2 A5 87 0 F 1E 18 1F 21 41
Octal 302 245 207 0 17 36 30 37 41 101
Binary 11000010 10100101 10000111 0 1111 11110 11000 11111 100001 1000001

Color Harmonies of #C2A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A587

Black with #C2A587

Text Example


Text Example

White with #C2A587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A587; }

 p { color: rgb(194,165,135); }

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

background-color css

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

 a { background-color: rgb(194,165,135); }

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

border-color css

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

 span { border-color: rgb(194,165,135); }

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