#C28068

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

Shades of Burning Sand #C28068

Tints of Burning Sand #C28068

Color information

#C28068 (or 0xC28068) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 68. RGB value is (194,128,104). Sum of RGB (Red+Green+Blue) = 194+128+104=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C28068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28068 is #3D7F97. Grayscale: #919191. Windows color (decimal): -4030360 or 6848706. OLE color: 6848706.

HSL color Cylindrical-coordinate representation of color #C28068: hue angle of 16º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C28068 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194128104-
CMYK00.340.460.24
HSL16º42.45%58.43%-
HSV(B)16º46.39%76.08%-
XYZ32.4727.9116.77-
YUV145104.87162.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 128 (50.39% from 255) = 30.05%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=45.54%
G=30.05%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412810400.340.460.241642.4558.43
HexC280680222E18102a3a
Octal3022001500425630205272
Binary1100001010000000110100001000101011101100010000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28068; }

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

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

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

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

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

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

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

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