#DC969B

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

Shades of Careys Pink #DC969B

Tints of Careys Pink #DC969B

Color information

#DC969B (or 0xDC969B) is unknown color: approx Careys Pink. HEX triplet: DC, 96 and 9B. RGB value is (220,150,155). Sum of RGB (Red+Green+Blue) = 220+150+155=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC969B is #236964. Grayscale: #ABABAB. Windows color (decimal): -2320741 or 10196700. OLE color: 10196700.

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

Color convert

RGB220150155-
CMYK00.320.300.14
HSL355.71º50%72.55%-
HSV(B)355.71º31.82%86.27%-
XYZ46.3439.3936.17-
YUV171.5118.69162.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=41.90%
G=28.57%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015015500.320.300.14355.715072.55
HexDC969B0201EE1643249
Octal334226233040361654462111
Binary11011100100101101001101101000001111011101011001001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC969B; }

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

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

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

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

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

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

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

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