#CA8767

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

Shades of Burning Sand #CA8767

Tints of Burning Sand #CA8767

Color information

#CA8767 (or 0xCA8767) is unknown color: approx Burning Sand. HEX triplet: CA, 87 and 67. RGB value is (202,135,103). Sum of RGB (Red+Green+Blue) = 202+135+103=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8767 is #357898. Grayscale: #979797. Windows color (decimal): -3504281 or 6784970. OLE color: 6784970.

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

Color convert

RGB202135103-
CMYK00.330.490.21
HSL19.39º48.29%59.8%-
HSV(B)19.39º49.01%79.22%-
XYZ35.4730.8616.92-
YUV151.38100.7164.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=45.91%
G=30.68%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213510300.330.490.2119.3948.2959.8
HexCA8767021311513303c
Octal3122071470416125236074
Binary1100101010000111110011101000011100011010110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8767; }

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

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

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

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

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

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

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

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