#C68068

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

Shades of Burning Sand #C68068

Tints of Burning Sand #C68068

Color information

#C68068 (or 0xC68068) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 68. RGB value is (198,128,104). Sum of RGB (Red+Green+Blue) = 198+128+104=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C68068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68068 is #397F97. Grayscale: #929292. Windows color (decimal): -3768216 or 6848710. OLE color: 6848710.

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

Color convert

RGB198128104-
CMYK00.350.470.22
HSL15.32º45.19%59.22%-
HSV(B)15.32º47.47%77.65%-
XYZ33.5128.4416.82-
YUV146.19104.19164.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 104 (41.02% from 255) = 24.19%
R=46.05%
G=29.77%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812810400.350.470.2215.3245.1959.22
HexC680680232F16f2d3b
Octal3062001500435726175573
Binary110001101000000011010000100011101111101101111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68068; }

 p { color: rgb(198,128,104); }

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

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

 a { background-color: rgb(198,128,104); }

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

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

 span { border-color: rgb(198,128,104); }

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