#CA886A

Color #CA886A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #CA886A

Tints of Burning Sand #CA886A

Color information

#CA886A (or 0xCA886A) is unknown color: approx Burning Sand. HEX triplet: CA, 88 and 6A. RGB value is (202,136,106). Sum of RGB (Red+Green+Blue) = 202+136+106=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886A is #357795. Grayscale: #989898. Windows color (decimal): -3504022 or 6981834. OLE color: 6981834.

HSL color Cylindrical-coordinate representation of color #CA886A: hue angle of 18.75º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA886A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB202136106-
CMYK00.330.480.21
HSL18.75º47.52%60.39%-
HSV(B)18.75º47.52%79.22%-
XYZ35.7631.2117.77-
YUV152.31101.87163.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 136 (53.52% from 255) = 30.63%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=45.50%
G=30.63%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213610600.330.480.2118.7547.5260.39
HexCA886A021301513303c
Octal3122101520416025236074
Binary1100101010001000110101001000011100001010110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA886A; }

 p { color: rgb(202,136,106); }

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

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

 a { background-color: rgb(202,136,106); }

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

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

 span { border-color: rgb(202,136,106); }

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