#CA876B

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

Shades of Burning Sand #CA876B

Tints of Burning Sand #CA876B

Color information

#CA876B (or 0xCA876B) is unknown color: approx Burning Sand. HEX triplet: CA, 87 and 6B. RGB value is (202,135,107). Sum of RGB (Red+Green+Blue) = 202+135+107=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA876B is #357894. Grayscale: #989898. Windows color (decimal): -3504277 or 7047114. OLE color: 7047114.

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

Color convert

RGB202135107-
CMYK00.330.470.21
HSL17.68º47.26%60.59%-
HSV(B)17.68º47.03%79.22%-
XYZ35.6730.9518-
YUV151.84102.7163.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 135 (53.12% from 255) = 30.41%
BLUE value IS 107 (42.19% from 255) = 24.10%
R=45.50%
G=30.41%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213510700.330.470.2117.6847.2660.59
HexCA876B0212F15122f3d
Octal3122071530415725225775
Binary1100101010000111110101101000011011111010110010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA876B; }

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

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

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

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

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

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

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

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