#DC94A5

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

Shades of Kobi #DC94A5

Tints of Kobi #DC94A5

Color information

#DC94A5 (or 0xDC94A5) is unknown color: approx Kobi. HEX triplet: DC, 94 and A5. RGB value is (220,148,165). Sum of RGB (Red+Green+Blue) = 220+148+165=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC94A5 is #236B5A. Grayscale: #ABABAB. Windows color (decimal): -2321243 or 10851548. OLE color: 10851548.

HSL color Cylindrical-coordinate representation of color #DC94A5: hue angle of 345.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94A5 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220148165-
CMYK00.330.250.14
HSL345.83º50.7%72.16%-
HSV(B)345.83º32.73%86.27%-
XYZ46.939.1140.67-
YUV171.47124.35162.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 165 (64.84% from 255) = 30.96%
R=41.28%
G=27.77%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014816500.330.250.14345.8350.772.16
HexDC94A502119E15a3348
Octal334224245041311653263110
Binary11011100100101001010010101000011100111101010110101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94A5; }

 p { color: rgb(220,148,165); }

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

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

 a { background-color: rgb(220,148,165); }

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

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

 span { border-color: rgb(220,148,165); }

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