#CF846E

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

Shades of Burning Sand #CF846E

Tints of Burning Sand #CF846E

Color information

#CF846E (or 0xCF846E) is unknown color: approx Burning Sand. HEX triplet: CF, 84 and 6E. RGB value is (207,132,110). Sum of RGB (Red+Green+Blue) = 207+132+110=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF846E is #307B91. Grayscale: #989898. Windows color (decimal): -3177362 or 7242959. OLE color: 7242959.

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

Color convert

RGB207132110-
CMYK00.360.470.19
HSL13.61º50.26%62.16%-
HSV(B)13.61º46.86%81.18%-
XYZ36.830.8918.78-
YUV151.92104.35167.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=46.10%
G=29.40%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713211000.360.470.1913.6150.2662.16
HexCF846E0242F13e323e
Octal3172041560445723166276
Binary110011111000010011011100100100101111100111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF846E; }

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

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

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

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

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

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

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

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