Html Css Color HEX #D796A2 Careys Pink

📋 copy color: '#D796A2'

red 215 ◦ green 150 ◦ blue 162

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

Shades of Careys Pink #D796A2

Tints of Careys Pink #D796A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.74%

R = 40.8%
G = 28.46%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D796A2 (or 0xD796A2) is known color: Careys Pink. HEX triplet: D7, 96 and A2. RGB value is (215,150,162). Sum of RGB (Red+Green+Blue) = 215+150+162=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D796A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D796A2 is #28695D. Grayscale: #AAAAAA. Windows color (decimal): -2648414 or 10655447. OLE color: 10655447.

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

Color convert

RGB 215 150 162 -
CMYK 0 0.30 0.25 0.16
HSL 348.92º 0.45% 0.72% -
HSV(B) 348.92º 0.3% 0.84% -
XYZ 45.45 38.87 39.29 -
YUV 170.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 215 150 162 0 0.30 0.25 0.16 348.92 0.45 0.72
Hex D7 96 A2 0 1E 19 10 15D 2D 48
Octal 327 226 242 0 36 31 20 535 55 110
Binary 11010111 10010110 10100010 0 11110 11001 10000 101011101 101101 1001000

Color Harmonies of #D796A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796A2

Black with #D796A2

Text Example


Text Example

White with #D796A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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