Html Css Color HEX #D796AB Kobi

📋 copy color: '#D796AB'

red 215 ◦ green 150 ◦ blue 171

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

Shades of Kobi #D796AB

Tints of Kobi #D796AB

RGB

 RED value IS 215 (84.38% from 255) = 40.11%

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

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

R = 40.11%
G = 27.99%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D796AB (or 0xD796AB) is known color: Kobi. HEX triplet: D7, 96 and AB. RGB value is (215,150,171). Sum of RGB (Red+Green+Blue) = 215+150+171=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D796AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796AB is #286954. Grayscale: #ABABAB. Windows color (decimal): -2648405 or 11245271. OLE color: 11245271.

HSL color Cylindrical-coordinate representation of color #D796AB: hue angle of 340.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796AB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 171 -
CMYK 0 0.30 0.20 0.16
HSL 340.62º 0.45% 0.72% -
HSV(B) 340.62º 0.3% 0.84% -
XYZ 46.28 39.2 43.66 -
YUV 171.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 215 150 171 0 0.30 0.20 0.16 340.62 0.45 0.72
Hex D7 96 AB 0 1E 14 10 155 2D 48
Octal 327 226 253 0 36 24 20 525 55 110
Binary 11010111 10010110 10101011 0 11110 10100 10000 101010101 101101 1001000

Color Harmonies of #D796AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796AB

Black with #D796AB

Text Example


Text Example

White with #D796AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796AB; }

 p { color: rgb(215,150,171); }

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

background-color css

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

 a { background-color: rgb(215,150,171); }

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

border-color css

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

 span { border-color: rgb(215,150,171); }

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