Html Css Color HEX #D896AC Kobi

📋 copy color: '#D896AC'

red 216 ◦ green 150 ◦ blue 172

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

Shades of Kobi #D896AC

Tints of Kobi #D896AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.97%

R = 40.15%
G = 27.88%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D896AC (or 0xD896AC) is known color: Kobi. HEX triplet: D8, 96 and AC. RGB value is (216,150,172). Sum of RGB (Red+Green+Blue) = 216+150+172=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D896AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896AC is #276953. Grayscale: #ACACAC. Windows color (decimal): -2582868 or 11310808. OLE color: 11310808.

HSL color Cylindrical-coordinate representation of color #D896AC: hue angle of 340º 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 #D896AC is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 172 -
CMYK 0 0.31 0.20 0.15
HSL 340º 0.46% 0.72% -
HSV(B) 340º 0.31% 0.85% -
XYZ 46.67 39.39 44.17 -
YUV 172.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 216 150 172 0 0.31 0.20 0.15 340 0.46 0.72
Hex D8 96 AC 0 1F 14 F 154 2E 48
Octal 330 226 254 0 37 24 17 524 56 110
Binary 11011000 10010110 10101100 0 11111 10100 1111 101010100 101110 1001000

Color Harmonies of #D896AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896AC

Black with #D896AC

Text Example


Text Example

White with #D896AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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