#CA8769

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

Shades of Burning Sand #CA8769

Tints of Burning Sand #CA8769

Color information

#CA8769 (or 0xCA8769) is unknown color: approx Burning Sand. HEX triplet: CA, 87 and 69. RGB value is (202,135,105). Sum of RGB (Red+Green+Blue) = 202+135+105=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8769 is #357896. Grayscale: #979797. Windows color (decimal): -3504279 or 6916042. OLE color: 6916042.

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

Color convert

RGB202135105-
CMYK00.330.480.21
HSL18.56º47.78%60.2%-
HSV(B)18.56º48.02%79.22%-
XYZ35.5730.917.45-
YUV151.61101.7163.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=45.70%
G=30.54%
B=23.76%

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
Decimal20213510500.330.480.2118.5647.7860.2
HexCA8769021301513303c
Octal3122071510416025236074
Binary1100101010000111110100101000011100001010110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8769; }

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

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

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

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

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

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

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

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