#CF816C

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

Shades of Burning Sand #CF816C

Tints of Burning Sand #CF816C

Color information

#CF816C (or 0xCF816C) is unknown color: approx Burning Sand. HEX triplet: CF, 81 and 6C. RGB value is (207,129,108). Sum of RGB (Red+Green+Blue) = 207+129+108=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF816C is #307E93. Grayscale: #969696. Windows color (decimal): -3178132 or 7111119. OLE color: 7111119.

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

Color convert

RGB207129108-
CMYK00.380.480.19
HSL12.73º50.77%61.76%-
HSV(B)12.73º47.83%81.18%-
XYZ36.2930.0518.07-
YUV149.93104.34168.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 108 (42.58% from 255) = 24.32%
R=46.62%
G=29.05%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712910800.380.480.1912.7350.7761.76
HexCF816C0263013d333e
Octal3172011540466023156376
Binary110011111000000111011000100110110000100111101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF816C; }

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

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

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

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

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

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

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

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