#C98B6B

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

Shades of Burning Sand #C98B6B

Tints of Burning Sand #C98B6B

Color information

#C98B6B (or 0xC98B6B) is unknown color: approx Burning Sand. HEX triplet: C9, 8B and 6B. RGB value is (201,139,107). Sum of RGB (Red+Green+Blue) = 201+139+107=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B6B is #367494. Grayscale: #9A9A9A. Windows color (decimal): -3568789 or 7048137. OLE color: 7048137.

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

Color convert

RGB201139107-
CMYK00.310.470.21
HSL20.43º46.53%60.39%-
HSV(B)20.43º46.77%78.82%-
XYZ35.9731.9418.18-
YUV153.89101.54161.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 107 (42.19% from 255) = 23.94%
R=44.97%
G=31.10%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113910700.310.470.2120.4346.5360.39
HexC98B6B01F2F15142f3c
Octal3112131530375725245774
Binary110010011000101111010110111111011111010110100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B6B; }

 p { color: rgb(201,139,107); }

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

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

 a { background-color: rgb(201,139,107); }

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

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

 span { border-color: rgb(201,139,107); }

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