Html Css Color HEX #D896B0 Kobi

📋 copy color: '#D896B0'

red 216 ◦ green 150 ◦ blue 176

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

Shades of Kobi #D896B0

Tints of Kobi #D896B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 39.85%
G = 27.68%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D896B0 (or 0xD896B0) is known color: Kobi. HEX triplet: D8, 96 and B0. RGB value is (216,150,176). Sum of RGB (Red+Green+Blue) = 216+150+176=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D896B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896B0 is #27694F. Grayscale: #ACACAC. Windows color (decimal): -2582864 or 11572952. OLE color: 11572952.

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

Color convert

RGB 216 150 176 -
CMYK 0 0.31 0.19 0.15
HSL 336.36º 0.46% 0.72% -
HSV(B) 336.36º 0.31% 0.85% -
XYZ 47.06 39.55 46.23 -
YUV 172.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 216 150 176 0 0.31 0.19 0.15 336.36 0.46 0.72
Hex D8 96 B0 0 1F 13 F 150 2E 48
Octal 330 226 260 0 37 23 17 520 56 110
Binary 11011000 10010110 10110000 0 11111 10011 1111 101010000 101110 1001000

Color Harmonies of #D896B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896B0

Black with #D896B0

Text Example


Text Example

White with #D896B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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