#CA866A

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

Shades of Burning Sand #CA866A

Tints of Burning Sand #CA866A

Color information

#CA866A (or 0xCA866A) is unknown color: approx Burning Sand. HEX triplet: CA, 86 and 6A. RGB value is (202,134,106). Sum of RGB (Red+Green+Blue) = 202+134+106=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA866A is #357995. Grayscale: #979797. Windows color (decimal): -3504534 or 6981322. OLE color: 6981322.

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

Color convert

RGB202134106-
CMYK00.340.480.21
HSL17.5º47.52%60.39%-
HSV(B)17.5º47.52%79.22%-
XYZ35.4830.6517.68-
YUV151.14102.53164.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=45.70%
G=30.32%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213410600.340.480.2117.547.5260.39
HexCA866A022301512303c
Octal3122061520426025226074
Binary1100101010000110110101001000101100001010110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA866A; }

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

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

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

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

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

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

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

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