#D99CAD

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

Shades of Kobi #D99CAD

Tints of Kobi #D99CAD

Color information

#D99CAD (or 0xD99CAD) is unknown color: approx Kobi. HEX triplet: D9, 9C and AD. RGB value is (217,156,173). Sum of RGB (Red+Green+Blue) = 217+156+173=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99CAD is #266352. Grayscale: #B0B0B0. Windows color (decimal): -2515795 or 11377881. OLE color: 11377881.

HSL color Cylindrical-coordinate representation of color #D99CAD: hue angle of 343.28º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99CAD is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217156173-
CMYK00.280.200.15
HSL343.28º44.53%73.14%-
HSV(B)343.28º28.11%85.1%-
XYZ48.0541.5545.02-
YUV176.18126.21157.12-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=39.74%
G=28.57%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715617300.280.200.15343.2844.5373.14
HexD99CAD01C14F1572d49
Octal331234255034241752755111
Binary1101100110011100101011010111001010011111010101111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99CAD; }

 p { color: rgb(217,156,173); }

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

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

 a { background-color: rgb(217,156,173); }

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

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

 span { border-color: rgb(217,156,173); }

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