Html Css Color HEX #DC96B0 Kobi

📋 copy color: '#DC96B0'

red 220 ◦ green 150 ◦ blue 176

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

Shades of Kobi #DC96B0

Tints of Kobi #DC96B0

RGB

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

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

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

R = 40.29%
G = 27.47%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC96B0 (or 0xDC96B0) is known color: Kobi. HEX triplet: DC, 96 and B0. RGB value is (220,150,176). Sum of RGB (Red+Green+Blue) = 220+150+176=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96B0 is #23694F. Grayscale: #ADADAD. Windows color (decimal): -2320720 or 11572956. OLE color: 11572956.

HSL color Cylindrical-coordinate representation of color #DC96B0: hue angle of 337.71º 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 #DC96B0 is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 176 -
CMYK 0 0.32 0.2 0.14
HSL 337.71º 0.5% 0.73% -
HSV(B) 337.71º 0.32% 0.86% -
XYZ 48.26 40.16 46.28 -
YUV 173.89 129.19 160.89 -
System Red Green Blue C M Y K H S L
Decimal 220 150 176 0 0.32 0.2 0.14 337.71 0.5 0.73
Hex DC 96 B0 0 20 14 E 152 32 49
Octal 334 226 260 0 40 24 16 522 62 111
Binary 11011100 10010110 10110000 0 100000 10100 1110 101010010 110010 1001001

Color Harmonies of #DC96B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96B0

Black with #DC96B0

Text Example


Text Example

White with #DC96B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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