Html Css Color HEX #CAA590 Rodeo Dust

📋 copy color: '#CAA590'

red 202 ◦ green 165 ◦ blue 144

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

Shades of Rodeo Dust #CAA590

Tints of Rodeo Dust #CAA590

RGB

 RED value IS 202 (79.3% from 255) = 39.53%

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

 BLUE value IS 144 (56.64% from 255) = 28.18%

R = 39.53%
G = 32.29%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAA590 (or 0xCAA590) is known color: Rodeo Dust. HEX triplet: CA, A5 and 90. RGB value is (202,165,144). Sum of RGB (Red+Green+Blue) = 202+165+144=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 165 (64.84% from 255 or 32.29% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA590 is #355A6F. Grayscale: #ADADAD. Windows color (decimal): -3496560 or 9479626. OLE color: 9479626.

HSL color Cylindrical-coordinate representation of color #CAA590: hue angle of 21.72º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA590 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 144 -
CMYK 0 0.18 0.29 0.21
HSL 21.72º 0.35% 0.68% -
HSV(B) 21.72º 0.29% 0.79% -
XYZ 42.85 41.48 32.13 -
YUV 173.67 111.26 148.21 -
System Red Green Blue C M Y K H S L
Decimal 202 165 144 0 0.18 0.29 0.21 21.72 0.35 0.68
Hex CA A5 90 0 12 1D 15 16 23 44
Octal 312 245 220 0 22 35 25 26 43 104
Binary 11001010 10100101 10010000 0 10010 11101 10101 10110 100011 1000100

Color Harmonies of #CAA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA590

Black with #CAA590

Text Example


Text Example

White with #CAA590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA590; }

 p { color: rgb(202,165,144); }

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

background-color css

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

 a { background-color: rgb(202,165,144); }

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

border-color css

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

 span { border-color: rgb(202,165,144); }

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