#C18058

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

Shades of Burning Sand #C18058

Tints of Burning Sand #C18058

Color information

#C18058 (or 0xC18058) is unknown color: approx Burning Sand. HEX triplet: C1, 80 and 58. RGB value is (193,128,88). Sum of RGB (Red+Green+Blue) = 193+128+88=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C18058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18058 is #3E7FA7. Grayscale: #8F8F8F. Windows color (decimal): -4095912 or 5800129. OLE color: 5800129.

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

Color convert

RGB19312888-
CMYK00.340.540.24
HSL22.86º45.85%55.1%-
HSV(B)22.86º54.4%75.69%-
XYZ31.4727.4812.88-
YUV142.8897.03163.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=47.19%
G=31.30%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931288800.340.540.2422.8645.8555.1
HexC180580223618172e37
Octal3012001300426630275667
Binary1100000110000000101100001000101101101100010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18058; }

 p { color: rgb(193,128,88); }

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

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

 a { background-color: rgb(193,128,88); }

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

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

 span { border-color: rgb(193,128,88); }

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