Html Css Color HEX #DC9699 Careys Pink

📋 copy color: '#DC9699'

red 220 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #DC9699

Tints of Careys Pink #DC9699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.25%

R = 42.07%
G = 28.68%
B = 29.25%

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

#DC9699 (or 0xDC9699) is known color: Careys Pink. HEX triplet: DC, 96 and 99. RGB value is (220,150,153). Sum of RGB (Red+Green+Blue) = 220+150+153=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9699 is #236966. Grayscale: #ABABAB. Windows color (decimal): -2320743 or 10065628. OLE color: 10065628.

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

Color convert

RGB 220 150 153 -
CMYK 0 0.32 0.30 0.14
HSL 357.43º 0.5% 0.73% -
HSV(B) 357.43º 0.32% 0.86% -
XYZ 46.17 39.33 35.29 -
YUV 171.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 220 150 153 0 0.32 0.30 0.14 357.43 0.5 0.73
Hex DC 96 99 0 20 1E E 165 32 49
Octal 334 226 231 0 40 36 16 545 62 111
Binary 11011100 10010110 10011001 0 100000 11110 1110 101100101 110010 1001001

Color Harmonies of #DC9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9699

Black with #DC9699

Text Example


Text Example

White with #DC9699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9699; }

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

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

background-color css

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

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

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

border-color css

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

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

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