#CAAB89

Color #CAAB89 Rodeo Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rodeo Dust #CAAB89

Tints of Rodeo Dust #CAAB89

Color information

#CAAB89 (or 0xCAAB89) is unknown color: approx Rodeo Dust. HEX triplet: CA, AB and 89. RGB value is (202,171,137). Sum of RGB (Red+Green+Blue) = 202+171+137=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAB89 is #355476. Grayscale: #B0B0B0. Windows color (decimal): -3495031 or 9022410. OLE color: 9022410.

HSL color Cylindrical-coordinate representation of color #CAAB89: hue angle of 31.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAAB89 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB202171137-
CMYK00.150.320.21
HSL31.38º38.01%66.47%-
HSV(B)31.38º32.18%79.22%-
XYZ43.4443.4929.77-
YUV176.39105.77146.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 137 (53.91% from 255) = 26.86%
R=39.61%
G=33.53%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217113700.150.320.2131.3838.0166.47
HexCAAB890F20151f2642
Octal31225321101740253746102
Binary1100101010101011100010010111110000010101111111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB89; }

 p { color: rgb(202,171,137); }

 H1.HeaderClassName
 {
   color: #CAAB89;
 }
 .AnyTagClassName
 {
   color: #CAAB89;
 }
</style>
background-color css

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

 a { background-color: rgb(202,171,137); }

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

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

 span { border-color: rgb(202,171,137); }

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