Html Css Color HEX #DC9BA3 Careys Pink

📋 copy color: '#DC9BA3'

red 220 ◦ green 155 ◦ blue 163

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

Shades of Careys Pink #DC9BA3

Tints of Careys Pink #DC9BA3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.81%

 BLUE value IS 163 (64.06% from 255) = 30.3%

R = 40.89%
G = 28.81%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC9BA3 (or 0xDC9BA3) is known color: Careys Pink. HEX triplet: DC, 9B and A3. RGB value is (220,155,163). Sum of RGB (Red+Green+Blue) = 220+155+163=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9BA3 is #23645C. Grayscale: #AFAFAF. Windows color (decimal): -2319453 or 10722268. OLE color: 10722268.

HSL color Cylindrical-coordinate representation of color #DC9BA3: hue angle of 352.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC9BA3 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 155 163 -
CMYK 0 0.30 0.26 0.14
HSL 352.62º 0.48% 0.74% -
HSV(B) 352.62º 0.3% 0.86% -
XYZ 47.85 41.3 40.1 -
YUV 175.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 220 155 163 0 0.30 0.26 0.14 352.62 0.48 0.74
Hex DC 9B A3 0 1E 1A E 161 30 4A
Octal 334 233 243 0 36 32 16 541 60 112
Binary 11011100 10011011 10100011 0 11110 11010 1110 101100001 110000 1001010

Color Harmonies of #DC9BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9BA3

Black with #DC9BA3

Text Example


Text Example

White with #DC9BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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