#CA876A

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

Shades of Burning Sand #CA876A

Tints of Burning Sand #CA876A

Color information

#CA876A (or 0xCA876A) is unknown color: approx Burning Sand. HEX triplet: CA, 87 and 6A. RGB value is (202,135,106). Sum of RGB (Red+Green+Blue) = 202+135+106=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA876A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA876A is #357895. Grayscale: #979797. Windows color (decimal): -3504278 or 6981578. OLE color: 6981578.

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

Color convert

RGB202135106-
CMYK00.330.480.21
HSL18.13º47.52%60.39%-
HSV(B)18.13º47.52%79.22%-
XYZ35.6230.9317.73-
YUV151.73102.2163.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 135 (53.12% from 255) = 30.47%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=45.60%
G=30.47%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213510600.330.480.2118.1347.5260.39
HexCA876A021301512303c
Octal3122071520416025226074
Binary1100101010000111110101001000011100001010110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA876A; }

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

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

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

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

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

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

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

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