#CF8057

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

Shades of Burning Sand #CF8057

Tints of Burning Sand #CF8057

Color information

#CF8057 (or 0xCF8057) is unknown color: approx Burning Sand. HEX triplet: CF, 80 and 57. RGB value is (207,128,87). Sum of RGB (Red+Green+Blue) = 207+128+87=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8057 is #307FA8. Grayscale: #939393. Windows color (decimal): -3178409 or 5734607. OLE color: 5734607.

HSL color Cylindrical-coordinate representation of color #CF8057: hue angle of 20.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF8057 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20712887-
CMYK00.380.580.19
HSL20.5º55.56%57.65%-
HSV(B)20.5º57.97%81.18%-
XYZ35.1729.3912.84-
YUV146.9594.17170.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=49.05%
G=30.33%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071288700.380.580.1920.555.5657.65
HexCF80570263A1315383a
Octal3172001270467223257072
Binary1100111110000000101011101001101110101001110101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8057; }

 p { color: rgb(207,128,87); }

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

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

 a { background-color: rgb(207,128,87); }

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

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

 span { border-color: rgb(207,128,87); }

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