Html Css Color HEX #DC96AB Kobi

📋 copy color: '#DC96AB'

red 220 ◦ green 150 ◦ blue 171

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

Shades of Kobi #DC96AB

Tints of Kobi #DC96AB

RGB

 RED value IS 220 (86.33% from 255) = 40.67%

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

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

R = 40.67%
G = 27.73%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC96AB (or 0xDC96AB) is known color: Kobi. HEX triplet: DC, 96 and AB. RGB value is (220,150,171). Sum of RGB (Red+Green+Blue) = 220+150+171=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96AB is #236954. Grayscale: #ADADAD. Windows color (decimal): -2320725 or 11245276. OLE color: 11245276.

HSL color Cylindrical-coordinate representation of color #DC96AB: hue angle of 342º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96AB is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 171 -
CMYK 0 0.32 0.22 0.14
HSL 342º 0.5% 0.73% -
HSV(B) 342º 0.32% 0.86% -
XYZ 47.77 39.97 43.72 -
YUV 173.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 220 150 171 0 0.32 0.22 0.14 342 0.5 0.73
Hex DC 96 AB 0 20 16 E 156 32 49
Octal 334 226 253 0 40 26 16 526 62 111
Binary 11011100 10010110 10101011 0 100000 10110 1110 101010110 110010 1001001

Color Harmonies of #DC96AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96AB

Black with #DC96AB

Text Example


Text Example

White with #DC96AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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