#CA816F

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

Shades of Burning Sand #CA816F

Tints of Burning Sand #CA816F

Color information

#CA816F (or 0xCA816F) is unknown color: approx Burning Sand. HEX triplet: CA, 81 and 6F. RGB value is (202,129,111). Sum of RGB (Red+Green+Blue) = 202+129+111=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA816F is #357E90. Grayscale: #949494. Windows color (decimal): -3505809 or 7307722. OLE color: 7307722.

HSL color Cylindrical-coordinate representation of color #CA816F: hue angle of 11.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA816F is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202129111-
CMYK00.360.450.21
HSL11.87º46.19%61.37%-
HSV(B)11.87º45.05%79.22%-
XYZ35.0829.418.87-
YUV148.77106.68165.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=45.70%
G=29.19%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212911100.360.450.2111.8746.1961.37
HexCA816F0242D15c2e3d
Octal3122011570445525145675
Binary110010101000000111011110100100101101101011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA816F; }

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

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

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

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

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

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

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

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