Html Css Color HEX #D896A9 Kobi

📋 copy color: '#D896A9'

red 216 ◦ green 150 ◦ blue 169

#D896A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D896A9

Tints of Kobi #D896A9

RGB

 RED value IS 216 (84.77% from 255) = 40.37%

 GREEN value IS 150 (58.98% from 255) = 28.04%

 BLUE value IS 169 (66.41% from 255) = 31.59%

R = 40.37%
G = 28.04%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D896A9 (or 0xD896A9) is known color: Kobi. HEX triplet: D8, 96 and A9. RGB value is (216,150,169). Sum of RGB (Red+Green+Blue) = 216+150+169=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A9 is #276956. Grayscale: #ABABAB. Windows color (decimal): -2582871 or 11114200. OLE color: 11114200.

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

Color convert

RGB 216 150 169 -
CMYK 0 0.31 0.22 0.15
HSL 342.73º 0.46% 0.72% -
HSV(B) 342.73º 0.31% 0.85% -
XYZ 46.39 39.28 42.67 -
YUV 171.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 216 150 169 0 0.31 0.22 0.15 342.73 0.46 0.72
Hex D8 96 A9 0 1F 16 F 157 2E 48
Octal 330 226 251 0 37 26 17 527 56 110
Binary 11011000 10010110 10101001 0 11111 10110 1111 101010111 101110 1001000

Color Harmonies of #D896A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896A9

Black with #D896A9

Text Example


Text Example

White with #D896A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896A9; }

 p { color: rgb(216,150,169); }

 H1.HeaderClassName
 {
   color: #D896A9;
 }
 .AnyTagClassName
 {
   color: #D896A9;
 }
</style>

background-color css

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

 a { background-color: rgb(216,150,169); }

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

border-color css

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

 span { border-color: rgb(216,150,169); }

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