#CAA790

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

Shades of Rodeo Dust #CAA790

Tints of Rodeo Dust #CAA790

Color information

#CAA790 (or 0xCAA790) is unknown color: approx Rodeo Dust. HEX triplet: CA, A7 and 90. RGB value is (202,167,144). Sum of RGB (Red+Green+Blue) = 202+167+144=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA790 is #35586F. Grayscale: #AEAEAE. Windows color (decimal): -3496048 or 9480138. OLE color: 9480138.

HSL color Cylindrical-coordinate representation of color #CAA790: hue angle of 23.79º 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 #CAA790 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB202167144-
CMYK00.170.290.21
HSL23.79º35.37%67.84%-
HSV(B)23.79º28.71%79.22%-
XYZ43.2142.2132.26-
YUV174.84110.6147.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=39.38%
G=32.55%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216714400.170.290.2123.7935.3767.84
HexCAA7900111D15182344
Octal31224722002135253043104
Binary1100101010100111100100000100011110110101110001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA790; }

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

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

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

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

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

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

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

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