Html Css Color HEX #D895AB Kobi

📋 copy color: '#D895AB'

red 216 ◦ green 149 ◦ blue 171

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

Shades of Kobi #D895AB

Tints of Kobi #D895AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

 BLUE value IS 171 (67.19% from 255) = 31.9%

R = 40.3%
G = 27.8%
B = 31.9%

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

#D895AB (or 0xD895AB) is known color: Kobi. HEX triplet: D8, 95 and AB. RGB value is (216,149,171). Sum of RGB (Red+Green+Blue) = 216+149+171=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D895AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D895AB is #276A54. Grayscale: #ABABAB. Windows color (decimal): -2583125 or 11245016. OLE color: 11245016.

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

Color convert

RGB 216 149 171 -
CMYK 0 0.31 0.21 0.15
HSL 340.3º 0.46% 0.72% -
HSV(B) 340.3º 0.31% 0.85% -
XYZ 46.42 39.03 43.62 -
YUV 171.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 216 149 171 0 0.31 0.21 0.15 340.3 0.46 0.72
Hex D8 95 AB 0 1F 15 F 154 2E 48
Octal 330 225 253 0 37 25 17 524 56 110
Binary 11011000 10010101 10101011 0 11111 10101 1111 101010100 101110 1001000

Color Harmonies of #D895AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D895AB

Black with #D895AB

Text Example


Text Example

White with #D895AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D895AB; }

 p { color: rgb(216,149,171); }

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

background-color css

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

 a { background-color: rgb(216,149,171); }

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

border-color css

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

 span { border-color: rgb(216,149,171); }

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