Html Css Color HEX #C2A589 Rodeo Dust

📋 copy color: '#C2A589'

red 194 ◦ green 165 ◦ blue 137

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

Shades of Rodeo Dust #C2A589

Tints of Rodeo Dust #C2A589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 39.11%
G = 33.27%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2A589 (or 0xC2A589) is known color: Rodeo Dust. HEX triplet: C2, A5 and 89. RGB value is (194,165,137). Sum of RGB (Red+Green+Blue) = 194+165+137=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A589 is #3D5A76. Grayscale: #AAAAAA. Windows color (decimal): -4020855 or 9020866. OLE color: 9020866.

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

Color convert

RGB 194 165 137 -
CMYK 0 0.15 0.29 0.24
HSL 29.47º 0.32% 0.65% -
HSV(B) 29.47º 0.29% 0.76% -
XYZ 40.22 40.19 29.3 -
YUV 170.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 194 165 137 0 0.15 0.29 0.24 29.47 0.32 0.65
Hex C2 A5 89 0 F 1D 18 1D 20 41
Octal 302 245 211 0 17 35 30 35 40 101
Binary 11000010 10100101 10001001 0 1111 11101 11000 11101 100000 1000001

Color Harmonies of #C2A589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A589

Black with #C2A589

Text Example


Text Example

White with #C2A589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A589; }

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

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

background-color css

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

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

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

border-color css

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

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

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