#CA8267

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

Shades of Burning Sand #CA8267

Tints of Burning Sand #CA8267

Color information

#CA8267 (or 0xCA8267) is unknown color: approx Burning Sand. HEX triplet: CA, 82 and 67. RGB value is (202,130,103). Sum of RGB (Red+Green+Blue) = 202+130+103=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8267 is #357D98. Grayscale: #949494. Windows color (decimal): -3505561 or 6783690. OLE color: 6783690.

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

Color convert

RGB202130103-
CMYK00.360.490.21
HSL16.36º48.29%59.8%-
HSV(B)16.36º49.01%79.22%-
XYZ34.7929.516.69-
YUV148.45102.35166.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=46.44%
G=29.89%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213010300.360.490.2116.3648.2959.8
HexCA8267024311510303c
Octal3122021470446125206074
Binary1100101010000010110011101001001100011010110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8267; }

 p { color: rgb(202,130,103); }

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

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

 a { background-color: rgb(202,130,103); }

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

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

 span { border-color: rgb(202,130,103); }

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