#CF8258

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

Shades of Burning Sand #CF8258

Tints of Burning Sand #CF8258

Color information

#CF8258 (or 0xCF8258) is unknown color: approx Burning Sand. HEX triplet: CF, 82 and 58. RGB value is (207,130,88). Sum of RGB (Red+Green+Blue) = 207+130+88=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8258 is #307DA7. Grayscale: #949494. Windows color (decimal): -3177896 or 5800655. OLE color: 5800655.

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

Color convert

RGB20713088-
CMYK00.370.570.19
HSL21.18º55.35%57.84%-
HSV(B)21.18º57.49%81.18%-
XYZ35.4829.9413.14-
YUV148.2494.01169.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=48.71%
G=30.59%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071308800.370.570.1921.1855.3557.84
HexCF8258025391315373a
Octal3172021300457123256772
Binary1100111110000010101100001001011110011001110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8258; }

 p { color: rgb(207,130,88); }

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

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

 a { background-color: rgb(207,130,88); }

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

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

 span { border-color: rgb(207,130,88); }

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