#C98A6C

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

Shades of Burning Sand #C98A6C

Tints of Burning Sand #C98A6C

Color information

#C98A6C (or 0xC98A6C) is unknown color: approx Burning Sand. HEX triplet: C9, 8A and 6C. RGB value is (201,138,108). Sum of RGB (Red+Green+Blue) = 201+138+108=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A6C is #367593. Grayscale: #999999. Windows color (decimal): -3569044 or 7113417. OLE color: 7113417.

HSL color Cylindrical-coordinate representation of color #C98A6C: hue angle of 19.35º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C98A6C is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB201138108-
CMYK00.310.460.21
HSL19.35º46.27%60.59%-
HSV(B)19.35º46.27%78.82%-
XYZ35.8831.6818.41-
YUV153.42102.37161.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=44.97%
G=30.87%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113810800.310.460.2119.3546.2760.59
HexC98A6C01F2E15132e3d
Octal3112121540375625235675
Binary110010011000101011011000111111011101010110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A6C; }

 p { color: rgb(201,138,108); }

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

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

 a { background-color: rgb(201,138,108); }

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

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

 span { border-color: rgb(201,138,108); }

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