#D98CAA

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

Shades of Kobi #D98CAA

Tints of Kobi #D98CAA

Color information

#D98CAA (or 0xD98CAA) is unknown color: approx Kobi. HEX triplet: D9, 8C and AA. RGB value is (217,140,170). Sum of RGB (Red+Green+Blue) = 217+140+170=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98CAA is #267355. Grayscale: #A6A6A6. Windows color (decimal): -2519894 or 11177177. OLE color: 11177177.

HSL color Cylindrical-coordinate representation of color #D98CAA: hue angle of 336.62º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CAA is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217140170-
CMYK00.350.220.15
HSL336.62º50.33%70%-
HSV(B)336.62º35.48%85.1%-
XYZ45.2536.4142.67-
YUV166.44130.01164.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=41.18%
G=26.57%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714017000.350.220.15336.6250.3370
HexD98CAA02316F1513246
Octal331214252043261752162106
Binary11011001100011001010101001000111011011111010100011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98CAA; }

 p { color: rgb(217,140,170); }

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

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

 a { background-color: rgb(217,140,170); }

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

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

 span { border-color: rgb(217,140,170); }

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