Html Css Color HEX #D896AA Kobi

📋 copy color: '#D896AA'

red 216 ◦ green 150 ◦ blue 170

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

Shades of Kobi #D896AA

Tints of Kobi #D896AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.72%

R = 40.3%
G = 27.99%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D896AA (or 0xD896AA) is known color: Kobi. HEX triplet: D8, 96 and AA. RGB value is (216,150,170). Sum of RGB (Red+Green+Blue) = 216+150+170=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D896AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896AA is #276955. Grayscale: #ACACAC. Windows color (decimal): -2582870 or 11179736. OLE color: 11179736.

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

Color convert

RGB 216 150 170 -
CMYK 0 0.31 0.21 0.15
HSL 341.82º 0.46% 0.72% -
HSV(B) 341.82º 0.31% 0.85% -
XYZ 46.48 39.31 43.17 -
YUV 172.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 216 150 170 0 0.31 0.21 0.15 341.82 0.46 0.72
Hex D8 96 AA 0 1F 15 F 156 2E 48
Octal 330 226 252 0 37 25 17 526 56 110
Binary 11011000 10010110 10101010 0 11111 10101 1111 101010110 101110 1001000

Color Harmonies of #D896AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896AA

Black with #D896AA

Text Example


Text Example

White with #D896AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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