#CF896B

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

Shades of Burning Sand #CF896B

Tints of Burning Sand #CF896B

Color information

#CF896B (or 0xCF896B) is unknown color: approx Burning Sand. HEX triplet: CF, 89 and 6B. RGB value is (207,137,107). Sum of RGB (Red+Green+Blue) = 207+137+107=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF896B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF896B is #307694. Grayscale: #9A9A9A. Windows color (decimal): -3176085 or 7047631. OLE color: 7047631.

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

Color convert

RGB207137107-
CMYK00.340.480.19
HSL18º51.02%61.57%-
HSV(B)18º48.31%81.18%-
XYZ37.3332.2218.16-
YUV154.51101.19165.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.90%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 107 (42.19% from 255) = 23.73%
R=45.90%
G=30.38%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713710700.340.480.191851.0261.57
HexCF896B022301312333e
Octal3172111530426023226376
Binary1100111110001001110101101000101100001001110010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF896B; }

 p { color: rgb(207,137,107); }

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

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

 a { background-color: rgb(207,137,107); }

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

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

 span { border-color: rgb(207,137,107); }

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