#CF8B6B

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

Shades of Burning Sand #CF8B6B

Tints of Burning Sand #CF8B6B

Color information

#CF8B6B (or 0xCF8B6B) is unknown color: approx Burning Sand. HEX triplet: CF, 8B and 6B. RGB value is (207,139,107). Sum of RGB (Red+Green+Blue) = 207+139+107=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B6B is #307494. Grayscale: #9B9B9B. Windows color (decimal): -3175573 or 7048143. OLE color: 7048143.

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

Color convert

RGB207139107-
CMYK00.330.480.19
HSL19.2º51.02%61.57%-
HSV(B)19.2º48.31%81.18%-
XYZ37.6232.7918.26-
YUV155.68100.53164.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=45.70%
G=30.68%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713910700.330.480.1919.251.0261.57
HexCF8B6B021301313333e
Octal3172131530416023236376
Binary1100111110001011110101101000011100001001110011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8B6B; }

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

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

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

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

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

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

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

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