Html Css Color HEX #D9969C Careys Pink

📋 copy color: '#D9969C'

red 217 ◦ green 150 ◦ blue 156

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

Shades of Careys Pink #D9969C

Tints of Careys Pink #D9969C

RGB

 RED value IS 217 (85.16% from 255) = 41.49%

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

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

R = 41.49%
G = 28.68%
B = 29.83%

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

#D9969C (or 0xD9969C) is known color: Careys Pink. HEX triplet: D9, 96 and 9C. RGB value is (217,150,156). Sum of RGB (Red+Green+Blue) = 217+150+156=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969C is #266963. Grayscale: #AAAAAA. Windows color (decimal): -2517348 or 10262233. OLE color: 10262233.

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

Color convert

RGB 217 150 156 -
CMYK 0 0.31 0.28 0.15
HSL 354.63º 0.47% 0.72% -
HSV(B) 354.63º 0.31% 0.85% -
XYZ 45.52 38.96 36.57 -
YUV 170.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 217 150 156 0 0.31 0.28 0.15 354.63 0.47 0.72
Hex D9 96 9C 0 1F 1C F 163 2F 48
Octal 331 226 234 0 37 34 17 543 57 110
Binary 11011001 10010110 10011100 0 11111 11100 1111 101100011 101111 1001000

Color Harmonies of #D9969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9969C

Black with #D9969C

Text Example


Text Example

White with #D9969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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