Html Css Color HEX #DC969B Careys Pink

📋 copy color: '#DC969B'

red 220 ◦ green 150 ◦ blue 155

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

Shades of Careys Pink #DC969B

Tints of Careys Pink #DC969B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.57%

 BLUE value IS 155 (60.94% from 255) = 29.52%

R = 41.9%
G = 28.57%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC969B (or 0xDC969B) is known color: 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

RGB 220 150 155 -
CMYK 0 0.32 0.30 0.14
HSL 355.71º 0.5% 0.73% -
HSV(B) 355.71º 0.32% 0.86% -
XYZ 46.34 39.39 36.17 -
YUV 171.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 220 150 155 0 0.32 0.30 0.14 355.71 0.5 0.73
Hex DC 96 9B 0 20 1E E 164 32 49
Octal 334 226 233 0 40 36 16 544 62 111
Binary 11011100 10010110 10011011 0 100000 11110 1110 101100100 110010 1001001

Color Harmonies of #DC969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC969B

Black with #DC969B

Text Example


Text Example

White with #DC969B

Text Example


Text Example

HTML Codes & Css Web 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>