#C67F5F

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

Shades of Burning Sand #C67F5F

Tints of Burning Sand #C67F5F

Color information

#C67F5F (or 0xC67F5F) is unknown color: approx Burning Sand. HEX triplet: C6, 7F and 5F. RGB value is (198,127,95). Sum of RGB (Red+Green+Blue) = 198+127+95=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F5F is #3980A0. Grayscale: #909090. Windows color (decimal): -3768481 or 6258630. OLE color: 6258630.

HSL color Cylindrical-coordinate representation of color #C67F5F: hue angle of 18.64º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C67F5F is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19812795-
CMYK00.360.520.22
HSL18.64º47.47%57.45%-
HSV(B)18.64º52.02%77.65%-
XYZ32.9428.0114.5-
YUV144.58100.02166.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.14%
GREEN value IS 127 (50% from 255) = 30.24%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=47.14%
G=30.24%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981279500.360.520.2218.6447.4757.45
HexC67F5F0243416132f39
Octal3061771370446426235771
Binary110001101111111101111101001001101001011010011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F5F; }

 p { color: rgb(198,127,95); }

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

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

 a { background-color: rgb(198,127,95); }

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

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

 span { border-color: rgb(198,127,95); }

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