#C67F6F

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

Shades of Burning Sand #C67F6F

Tints of Burning Sand #C67F6F

Color information

#C67F6F (or 0xC67F6F) is unknown color: approx Burning Sand. HEX triplet: C6, 7F and 6F. RGB value is (198,127,111). Sum of RGB (Red+Green+Blue) = 198+127+111=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C67F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67F6F is #398090. Grayscale: #929292. Windows color (decimal): -3768465 or 7307206. OLE color: 7307206.

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

Color convert

RGB198127111-
CMYK00.360.440.22
HSL11.03º43.28%60.59%-
HSV(B)11.03º43.94%77.65%-
XYZ33.7528.3318.73-
YUV146.4108.02164.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=45.41%
G=29.13%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812711100.360.440.2211.0343.2860.59
HexC67F6F0242C16b2b3d
Octal3061771570445426135375
Binary11000110111111111011110100100101100101101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67F6F; }

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

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

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

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

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

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

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

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