#C68668

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

Shades of Burning Sand #C68668

Tints of Burning Sand #C68668

Color information

#C68668 (or 0xC68668) is unknown color: approx Burning Sand. HEX triplet: C6, 86 and 68. RGB value is (198,134,104). Sum of RGB (Red+Green+Blue) = 198+134+104=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C68668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68668 is #397997. Grayscale: #959595. Windows color (decimal): -3766680 or 6850246. OLE color: 6850246.

HSL color Cylindrical-coordinate representation of color #C68668: hue angle of 19.15º 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 #C68668 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB198134104-
CMYK00.320.470.22
HSL19.15º45.19%59.22%-
HSV(B)19.15º47.47%77.65%-
XYZ34.3130.0617.09-
YUV149.72102.2162.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=45.41%
G=30.73%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813410400.320.470.2219.1545.1959.22
HexC686680202F16132d3b
Octal3062061500405726235573
Binary1100011010000110110100001000001011111011010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68668; }

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

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

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

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

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

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

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

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