#CF855A

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

Shades of Burning Sand #CF855A

Tints of Burning Sand #CF855A

Color information

#CF855A (or 0xCF855A) is unknown color: approx Burning Sand. HEX triplet: CF, 85 and 5A. RGB value is (207,133,90). Sum of RGB (Red+Green+Blue) = 207+133+90=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF855A is #307AA5. Grayscale: #969696. Windows color (decimal): -3177126 or 5932495. OLE color: 5932495.

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

Color convert

RGB20713390-
CMYK00.360.570.19
HSL22.05º54.93%58.24%-
HSV(B)22.05º56.52%81.18%-
XYZ35.9730.7813.72-
YUV150.2294.02168.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=48.14%
G=30.93%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071339000.360.570.1922.0554.9358.24
HexCF855A024391316373a
Octal3172051320447123266772
Binary1100111110000101101101001001001110011001110110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF855A; }

 p { color: rgb(207,133,90); }

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

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

 a { background-color: rgb(207,133,90); }

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

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

 span { border-color: rgb(207,133,90); }

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