#DC969D

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

Shades of Careys Pink #DC969D

Tints of Careys Pink #DC969D

Color information

#DC969D (or 0xDC969D) is unknown color: approx Careys Pink. HEX triplet: DC, 96 and 9D. RGB value is (220,150,157). Sum of RGB (Red+Green+Blue) = 220+150+157=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC969D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC969D is #236962. Grayscale: #ABABAB. Windows color (decimal): -2320739 or 10327772. OLE color: 10327772.

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

Color convert

RGB220150157-
CMYK00.320.290.14
HSL354º50%72.55%-
HSV(B)354º31.82%86.27%-
XYZ46.5139.4637.06-
YUV171.73119.69162.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=41.75%
G=28.46%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015015700.320.290.143545072.55
HexDC969D0201DE1623249
Octal334226235040351654262111
Binary11011100100101101001110101000001110111101011000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC969D; }

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

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

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

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

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

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

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

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