Html Css Color HEX #D796A0 Careys Pink

📋 copy color: '#D796A0'

red 215 ◦ green 150 ◦ blue 160

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

Shades of Careys Pink #D796A0

Tints of Careys Pink #D796A0

RGB

 RED value IS 215 (84.38% from 255) = 40.95%

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

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 40.95%
G = 28.57%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D796A0 (or 0xD796A0) is known color: Careys Pink. HEX triplet: D7, 96 and A0. RGB value is (215,150,160). Sum of RGB (Red+Green+Blue) = 215+150+160=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D796A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796A0 is #28695F. Grayscale: #AAAAAA. Windows color (decimal): -2648416 or 10524375. OLE color: 10524375.

HSL color Cylindrical-coordinate representation of color #D796A0: hue angle of 350.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D796A0 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 150 160 -
CMYK 0 0.30 0.26 0.16
HSL 350.77º 0.45% 0.72% -
HSV(B) 350.77º 0.3% 0.84% -
XYZ 45.28 38.8 38.36 -
YUV 170.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 215 150 160 0 0.30 0.26 0.16 350.77 0.45 0.72
Hex D7 96 A0 0 1E 1A 10 15F 2D 48
Octal 327 226 240 0 36 32 20 537 55 110
Binary 11010111 10010110 10100000 0 11110 11010 10000 101011111 101101 1001000

Color Harmonies of #D796A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796A0

Black with #D796A0

Text Example


Text Example

White with #D796A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796A0; }

 p { color: rgb(215,150,160); }

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

background-color css

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

 a { background-color: rgb(215,150,160); }

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

border-color css

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

 span { border-color: rgb(215,150,160); }

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