#CA846A

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

Shades of Burning Sand #CA846A

Tints of Burning Sand #CA846A

Color information

#CA846A (or 0xCA846A) is unknown color: approx Burning Sand. HEX triplet: CA, 84 and 6A. RGB value is (202,132,106). Sum of RGB (Red+Green+Blue) = 202+132+106=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA846A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA846A is #357B95. Grayscale: #969696. Windows color (decimal): -3505046 or 6980810. OLE color: 6980810.

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

Color convert

RGB202132106-
CMYK00.350.480.21
HSL16.25º47.52%60.39%-
HSV(B)16.25º47.52%79.22%-
XYZ35.2130.117.59-
YUV149.97103.19165.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=45.91%
G=30%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213210600.350.480.2116.2547.5260.39
HexCA846A023301510303c
Octal3122041520436025206074
Binary1100101010000100110101001000111100001010110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA846A; }

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

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

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

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

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

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

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

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