#DC9AA3

Color #DC9AA3 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DC9AA3

Tints of Kobi #DC9AA3

Color information

#DC9AA3 (or 0xDC9AA3) is unknown color: approx Kobi. HEX triplet: DC, 9A and A3. RGB value is (220,154,163). Sum of RGB (Red+Green+Blue) = 220+154+163=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9AA3 is #23655C. Grayscale: #AEAEAE. Windows color (decimal): -2319709 or 10722012. OLE color: 10722012.

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

Color convert

RGB220154163-
CMYK00.30.260.14
HSL351.82º48.53%73.33%-
HSV(B)351.82º30%86.27%-
XYZ47.6840.9740.05-
YUV174.76121.37160.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 154 (60.55% from 255) = 28.68%
BLUE value IS 163 (64.06% from 255) = 30.35%
R=40.97%
G=28.68%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015416300.30.260.14351.8248.5373.33
HexDC9AA301E1AE1603149
Octal334232243036321654061111
Binary1101110010011010101000110111101101011101011000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9AA3; }

 p { color: rgb(220,154,163); }

 H1.HeaderClassName
 {
   color: #DC9AA3;
 }
 .AnyTagClassName
 {
   color: #DC9AA3;
 }
</style>
background-color css

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

 a { background-color: rgb(220,154,163); }

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

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

 span { border-color: rgb(220,154,163); }

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