#D9808A

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

Shades of Carissma #D9808A

Tints of Carissma #D9808A

Color information

#D9808A (or 0xD9808A) is unknown color: approx Carissma. HEX triplet: D9, 80 and 8A. RGB value is (217,128,138). Sum of RGB (Red+Green+Blue) = 217+128+138=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9808A is #267F75. Grayscale: #9B9B9B. Windows color (decimal): -2522998 or 9076953. OLE color: 9076953.

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

Color convert

RGB217128138-
CMYK00.410.360.15
HSL353.26º53.94%67.65%-
HSV(B)353.26º41.01%85.1%-
XYZ40.9232.0328.07-
YUV155.75117.99171.69-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 128 (50.39% from 255) = 26.50%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=44.93%
G=26.50%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712813800.410.360.15353.2653.9467.65
HexD9808A02924F1613644
Octal331200212051441754166104
Binary110110011000000010001010010100110010011111011000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9808A; }

 p { color: rgb(217,128,138); }

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

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

 a { background-color: rgb(217,128,138); }

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

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

 span { border-color: rgb(217,128,138); }

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