#C18A6A

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

Shades of Burning Sand #C18A6A

Tints of Burning Sand #C18A6A

Color information

#C18A6A (or 0xC18A6A) is unknown color: approx Burning Sand. HEX triplet: C1, 8A and 6A. RGB value is (193,138,106). Sum of RGB (Red+Green+Blue) = 193+138+106=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18A6A is #3E7595. Grayscale: #969696. Windows color (decimal): -4093334 or 6982337. OLE color: 6982337.

HSL color Cylindrical-coordinate representation of color #C18A6A: hue angle of 22.07º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C18A6A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB193138106-
CMYK00.280.450.24
HSL22.07º41.23%58.63%-
HSV(B)22.07º45.08%75.69%-
XYZ33.6830.5617.76-
YUV150.8102.72158.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=44.16%
G=31.58%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313810600.280.450.2422.0741.2358.63
HexC18A6A01C2D1816293b
Octal3012121520345530265173
Binary110000011000101011010100111001011011100010110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18A6A; }

 p { color: rgb(193,138,106); }

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

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

 a { background-color: rgb(193,138,106); }

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

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

 span { border-color: rgb(193,138,106); }

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