Html Css Color HEX #D8969C Careys Pink

📋 copy color: '#D8969C'

red 216 ◦ green 150 ◦ blue 156

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

Shades of Careys Pink #D8969C

Tints of Careys Pink #D8969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.89%

R = 41.38%
G = 28.74%
B = 29.89%

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

#D8969C (or 0xD8969C) is known color: Careys Pink. HEX triplet: D8, 96 and 9C. RGB value is (216,150,156). Sum of RGB (Red+Green+Blue) = 216+150+156=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8969C is #276963. Grayscale: #AAAAAA. Windows color (decimal): -2582884 or 10262232. OLE color: 10262232.

HSL color Cylindrical-coordinate representation of color #D8969C: hue angle of 354.55º 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 #D8969C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 156 -
CMYK 0 0.31 0.28 0.15
HSL 354.55º 0.46% 0.72% -
HSV(B) 354.55º 0.31% 0.85% -
XYZ 45.23 38.81 36.56 -
YUV 170.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 216 150 156 0 0.31 0.28 0.15 354.55 0.46 0.72
Hex D8 96 9C 0 1F 1C F 163 2E 48
Octal 330 226 234 0 37 34 17 543 56 110
Binary 11011000 10010110 10011100 0 11111 11100 1111 101100011 101110 1001000

Color Harmonies of #D8969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8969C

Black with #D8969C

Text Example


Text Example

White with #D8969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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