#C07F67

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

Shades of Burning Sand #C07F67

Tints of Burning Sand #C07F67

Color information

#C07F67 (or 0xC07F67) is unknown color: approx Burning Sand. HEX triplet: C0, 7F and 67. RGB value is (192,127,103). Sum of RGB (Red+Green+Blue) = 192+127+103=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 103 (40.62% from 255 or 24.41% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F67 is #3F8098. Grayscale: #8F8F8F. Windows color (decimal): -4161689 or 6782912. OLE color: 6782912.

HSL color Cylindrical-coordinate representation of color #C07F67: hue angle of 16.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07F67 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB192127103-
CMYK00.340.460.25
HSL16.18º41.4%57.84%-
HSV(B)16.18º46.35%75.29%-
XYZ31.7827.3616.44-
YUV143.7105.03162.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 127 (50% from 255) = 30.09%
BLUE value IS 103 (40.62% from 255) = 24.41%
R=45.50%
G=30.09%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212710300.340.460.2516.1841.457.84
HexC07F670222E1910293a
Octal3001771470425631205172
Binary110000001111111110011101000101011101100110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F67; }

 p { color: rgb(192,127,103); }

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

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

 a { background-color: rgb(192,127,103); }

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

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

 span { border-color: rgb(192,127,103); }

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