#CA816A

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

Shades of Burning Sand #CA816A

Tints of Burning Sand #CA816A

Color information

#CA816A (or 0xCA816A) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 6A. RGB value is (202,129,106). Sum of RGB (Red+Green+Blue) = 202+129+106=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA816A is #357E95. Grayscale: #949494. Windows color (decimal): -3505814 or 6980042. OLE color: 6980042.

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

Color convert

RGB202129106-
CMYK00.360.480.21
HSL14.38º47.52%60.39%-
HSV(B)14.38º47.52%79.22%-
XYZ34.8129.317.46-
YUV148.2104.18166.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=46.22%
G=29.52%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212910600.360.480.2114.3847.5260.39
HexCA816A0243015e303c
Octal3122011520446025166074
Binary110010101000000111010100100100110000101011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA816A; }

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

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

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

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

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

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

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

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