#D98492

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

Shades of Carissma #D98492

Tints of Carissma #D98492

Color information

#D98492 (or 0xD98492) is unknown color: approx Carissma. HEX triplet: D9, 84 and 92. RGB value is (217,132,146). Sum of RGB (Red+Green+Blue) = 217+132+146=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98492 is #267B6D. Grayscale: #9F9F9F. Windows color (decimal): -2521966 or 9602265. OLE color: 9602265.

HSL color Cylindrical-coordinate representation of color #D98492: hue angle of 350.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98492 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217132146-
CMYK00.390.330.15
HSL350.12º52.8%68.43%-
HSV(B)350.12º39.17%85.1%-
XYZ42.0533.3331.41-
YUV159.01120.66169.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=43.84%
G=26.67%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713214600.390.330.15350.1252.868.43
HexD9849202721F15e3544
Octal331204222047411753665104
Binary110110011000010010010010010011110000111111010111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98492; }

 p { color: rgb(217,132,146); }

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

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

 a { background-color: rgb(217,132,146); }

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

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

 span { border-color: rgb(217,132,146); }

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