#C68066

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

Shades of Burning Sand #C68066

Tints of Burning Sand #C68066

Color information

#C68066 (or 0xC68066) is unknown color: approx Burning Sand. HEX triplet: C6, 80 and 66. RGB value is (198,128,102). Sum of RGB (Red+Green+Blue) = 198+128+102=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C68066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68066 is #397F99. Grayscale: #929292. Windows color (decimal): -3768218 or 6717638. OLE color: 6717638.

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

Color convert

RGB198128102-
CMYK00.350.480.22
HSL16.25º45.71%58.82%-
HSV(B)16.25º48.48%77.65%-
XYZ33.4128.416.29-
YUV145.97103.19165.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=46.26%
G=29.91%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812810200.350.480.2216.2545.7158.82
HexC680660233016102e3b
Octal3062001460436026205673
Binary1100011010000000110011001000111100001011010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68066; }

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

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

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

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

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

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

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

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