#CF7D6B

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

Shades of Burning Sand #CF7D6B

Tints of Burning Sand #CF7D6B

Color information

#CF7D6B (or 0xCF7D6B) is unknown color: approx Burning Sand. HEX triplet: CF, 7D and 6B. RGB value is (207,125,107). Sum of RGB (Red+Green+Blue) = 207+125+107=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D6B is #308294. Grayscale: #939393. Windows color (decimal): -3179157 or 7044559. OLE color: 7044559.

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

Color convert

RGB207125107-
CMYK00.400.480.19
HSL10.8º51.02%61.57%-
HSV(B)10.8º48.31%81.18%-
XYZ35.7228.9917.62-
YUV147.47105.17170.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 107 (42.19% from 255) = 24.37%
R=47.15%
G=28.47%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712510700.400.480.1910.851.0261.57
HexCF7D6B0283013b333e
Octal3171751530506023136376
Binary11001111111110111010110101000110000100111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D6B; }

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

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

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

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

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

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

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

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