Html Css Color HEX #DC96A9 Kobi

📋 copy color: '#DC96A9'

red 220 ◦ green 150 ◦ blue 169

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

Shades of Kobi #DC96A9

Tints of Kobi #DC96A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.35%

R = 40.82%
G = 27.83%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC96A9 (or 0xDC96A9) is known color: Kobi. HEX triplet: DC, 96 and A9. RGB value is (220,150,169). Sum of RGB (Red+Green+Blue) = 220+150+169=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A9 is #236956. Grayscale: #ADADAD. Windows color (decimal): -2320727 or 11114204. OLE color: 11114204.

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

Color convert

RGB 220 150 169 -
CMYK 0 0.32 0.23 0.14
HSL 343.71º 0.5% 0.73% -
HSV(B) 343.71º 0.32% 0.86% -
XYZ 47.58 39.89 42.73 -
YUV 173.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 220 150 169 0 0.32 0.23 0.14 343.71 0.5 0.73
Hex DC 96 A9 0 20 17 E 158 32 49
Octal 334 226 251 0 40 27 16 530 62 111
Binary 11011100 10010110 10101001 0 100000 10111 1110 101011000 110010 1001001

Color Harmonies of #DC96A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96A9

Black with #DC96A9

Text Example


Text Example

White with #DC96A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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