#CF7F68

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

Shades of Burning Sand #CF7F68

Tints of Burning Sand #CF7F68

Color information

#CF7F68 (or 0xCF7F68) is unknown color: approx Burning Sand. HEX triplet: CF, 7F and 68. RGB value is (207,127,104). Sum of RGB (Red+Green+Blue) = 207+127+104=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F68 is #308097. Grayscale: #949494. Windows color (decimal): -3178648 or 6848463. OLE color: 6848463.

HSL color Cylindrical-coordinate representation of color #CF7F68: hue angle of 13.4º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7F68 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB207127104-
CMYK00.390.500.19
HSL13.4º51.76%60.98%-
HSV(B)13.4º49.76%81.18%-
XYZ35.8229.4416.89-
YUV148.3103169.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.26%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=47.26%
G=29.00%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712710400.390.500.1913.451.7660.98
HexCF7F680273213d343d
Octal3171771500476223156475
Binary11001111111111111010000100111110010100111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7F68; }

 p { color: rgb(207,127,104); }

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

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

 a { background-color: rgb(207,127,104); }

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

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

 span { border-color: rgb(207,127,104); }

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