Html Css Color HEX #D8969B Careys Pink

📋 copy color: '#D8969B'

red 216 ◦ green 150 ◦ blue 155

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

Shades of Careys Pink #D8969B

Tints of Careys Pink #D8969B

RGB

 RED value IS 216 (84.77% from 255) = 41.46%

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

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

R = 41.46%
G = 28.79%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8969B (or 0xD8969B) is known color: Careys Pink. HEX triplet: D8, 96 and 9B. RGB value is (216,150,155). Sum of RGB (Red+Green+Blue) = 216+150+155=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8969B is #276964. Grayscale: #AAAAAA. Windows color (decimal): -2582885 or 10196696. OLE color: 10196696.

HSL color Cylindrical-coordinate representation of color #D8969B: hue angle of 355.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8969B is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 155 -
CMYK 0 0.31 0.28 0.15
HSL 355.45º 0.46% 0.72% -
HSV(B) 355.45º 0.31% 0.85% -
XYZ 45.14 38.78 36.12 -
YUV 170.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 216 150 155 0 0.31 0.28 0.15 355.45 0.46 0.72
Hex D8 96 9B 0 1F 1C F 163 2E 48
Octal 330 226 233 0 37 34 17 543 56 110
Binary 11011000 10010110 10011011 0 11111 11100 1111 101100011 101110 1001000

Color Harmonies of #D8969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8969B

Black with #D8969B

Text Example


Text Example

White with #D8969B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8969B; }

 p { color: rgb(216,150,155); }

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

background-color css

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

 a { background-color: rgb(216,150,155); }

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

border-color css

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

 span { border-color: rgb(216,150,155); }

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