#CF815C

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

Shades of Burning Sand #CF815C

Tints of Burning Sand #CF815C

Color information

#CF815C (or 0xCF815C) is unknown color: approx Burning Sand. HEX triplet: CF, 81 and 5C. RGB value is (207,129,92). Sum of RGB (Red+Green+Blue) = 207+129+92=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF815C is #307EA3. Grayscale: #949494. Windows color (decimal): -3178148 or 6062543. OLE color: 6062543.

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

Color convert

RGB20712992-
CMYK00.380.560.19
HSL19.3º54.5%58.63%-
HSV(B)19.3º55.56%81.18%-
XYZ35.5129.7413.99-
YUV148.196.34170.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=48.36%
G=30.14%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071299200.380.560.1919.354.558.63
HexCF815C026381313373b
Octal3172011340467023236773
Binary1100111110000001101110001001101110001001110011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF815C; }

 p { color: rgb(207,129,92); }

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

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

 a { background-color: rgb(207,129,92); }

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

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

 span { border-color: rgb(207,129,92); }

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