Html Css Color HEX #DC959A Careys Pink

📋 copy color: '#DC959A'

red 220 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #DC959A

Tints of Careys Pink #DC959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.49%

 BLUE value IS 154 (60.55% from 255) = 29.45%

R = 42.07%
G = 28.49%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC959A (or 0xDC959A) is known color: Careys Pink. HEX triplet: DC, 95 and 9A. RGB value is (220,149,154). Sum of RGB (Red+Green+Blue) = 220+149+154=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC959A is #236A65. Grayscale: #AAAAAA. Windows color (decimal): -2320998 or 10130908. OLE color: 10130908.

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

Color convert

RGB 220 149 154 -
CMYK 0 0.32 0.3 0.14
HSL 355.77º 0.5% 0.72% -
HSV(B) 355.77º 0.32% 0.86% -
XYZ 46.1 39.04 35.68 -
YUV 170.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 220 149 154 0 0.32 0.3 0.14 355.77 0.5 0.72
Hex DC 95 9A 0 20 1E E 164 32 48
Octal 334 225 232 0 40 36 16 544 62 110
Binary 11011100 10010101 10011010 0 100000 11110 1110 101100100 110010 1001000

Color Harmonies of #DC959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC959A

Black with #DC959A

Text Example


Text Example

White with #DC959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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