Html Css Color HEX #D9969A Careys Pink

📋 copy color: '#D9969A'

red 217 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #D9969A

Tints of Careys Pink #D9969A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.56%

R = 41.65%
G = 28.79%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9969A (or 0xD9969A) is known color: Careys Pink. HEX triplet: D9, 96 and 9A. RGB value is (217,150,154). Sum of RGB (Red+Green+Blue) = 217+150+154=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9969A is #266965. Grayscale: #AAAAAA. Windows color (decimal): -2517350 or 10131161. OLE color: 10131161.

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

Color convert

RGB 217 150 154 -
CMYK 0 0.31 0.29 0.15
HSL 356.42º 0.47% 0.72% -
HSV(B) 356.42º 0.31% 0.85% -
XYZ 45.35 38.9 35.69 -
YUV 170.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 217 150 154 0 0.31 0.29 0.15 356.42 0.47 0.72
Hex D9 96 9A 0 1F 1D F 164 2F 48
Octal 331 226 232 0 37 35 17 544 57 110
Binary 11011001 10010110 10011010 0 11111 11101 1111 101100100 101111 1001000

Color Harmonies of #D9969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9969A

Black with #D9969A

Text Example


Text Example

White with #D9969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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