#CF825D

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

Shades of Burning Sand #CF825D

Tints of Burning Sand #CF825D

Color information

#CF825D (or 0xCF825D) is unknown color: approx Burning Sand. HEX triplet: CF, 82 and 5D. RGB value is (207,130,93). Sum of RGB (Red+Green+Blue) = 207+130+93=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF825D is #307DA2. Grayscale: #959595. Windows color (decimal): -3177891 or 6128335. OLE color: 6128335.

HSL color Cylindrical-coordinate representation of color #CF825D: hue angle of 19.47º 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 #CF825D is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB20713093-
CMYK00.370.550.19
HSL19.47º54.29%58.82%-
HSV(B)19.47º55.07%81.18%-
XYZ35.6930.0214.27-
YUV148.896.51169.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 93 (36.72% from 255) = 21.63%
R=48.14%
G=30.23%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071309300.370.550.1919.4754.2958.82
HexCF825D025371313363b
Octal3172021350456723236673
Binary1100111110000010101110101001011101111001110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF825D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF825D; }

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

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

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

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

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

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

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

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