Html Css Color HEX #DC96A4 Kobi

📋 copy color: '#DC96A4'

red 220 ◦ green 150 ◦ blue 164

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

Shades of Kobi #DC96A4

Tints of Kobi #DC96A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.71%

R = 41.2%
G = 28.09%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC96A4 (or 0xDC96A4) is known color: Kobi. HEX triplet: DC, 96 and A4. RGB value is (220,150,164). Sum of RGB (Red+Green+Blue) = 220+150+164=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC96A4 is #23695B. Grayscale: #ACACAC. Windows color (decimal): -2320732 or 10786524. OLE color: 10786524.

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

Color convert

RGB 220 150 164 -
CMYK 0 0.32 0.25 0.14
HSL 348º 0.5% 0.73% -
HSV(B) 348º 0.32% 0.86% -
XYZ 47.12 39.71 40.3 -
YUV 172.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 220 150 164 0 0.32 0.25 0.14 348 0.5 0.73
Hex DC 96 A4 0 20 19 E 15C 32 49
Octal 334 226 244 0 40 31 16 534 62 111
Binary 11011100 10010110 10100100 0 100000 11001 1110 101011100 110010 1001001

Color Harmonies of #DC96A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96A4

Black with #DC96A4

Text Example


Text Example

White with #DC96A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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