#CF845D

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

Shades of Burning Sand #CF845D

Tints of Burning Sand #CF845D

Color information

#CF845D (or 0xCF845D) is unknown color: approx Burning Sand. HEX triplet: CF, 84 and 5D. RGB value is (207,132,93). Sum of RGB (Red+Green+Blue) = 207+132+93=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF845D is #307BA2. Grayscale: #969696. Windows color (decimal): -3177379 or 6128847. OLE color: 6128847.

HSL color Cylindrical-coordinate representation of color #CF845D: hue angle of 20.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF845D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB20713293-
CMYK00.360.550.19
HSL20.53º54.29%58.82%-
HSV(B)20.53º55.07%81.18%-
XYZ35.9630.5614.36-
YUV149.9895.85168.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 93 (36.72% from 255) = 21.53%
R=47.92%
G=30.56%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071329300.360.550.1920.5354.2958.82
HexCF845D024371315363b
Octal3172041350446723256673
Binary1100111110000100101110101001001101111001110101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF845D; }

 p { color: rgb(207,132,93); }

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

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

 a { background-color: rgb(207,132,93); }

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

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

 span { border-color: rgb(207,132,93); }

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