Html Css Color HEX #D1969A Careys Pink

📋 copy color: '#D1969A'

red 209 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #D1969A

Tints of Careys Pink #D1969A

RGB

 RED value IS 209 (82.03% from 255) = 40.74%

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

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

R = 40.74%
G = 29.24%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1969A (or 0xD1969A) is known color: Careys Pink. HEX triplet: D1, 96 and 9A. RGB value is (209,150,154). Sum of RGB (Red+Green+Blue) = 209+150+154=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1969A is #2E6965. Grayscale: #A8A8A8. Windows color (decimal): -3041638 or 10131153. OLE color: 10131153.

HSL color Cylindrical-coordinate representation of color #D1969A: hue angle of 355.93º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1969A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 154 -
CMYK 0 0.28 0.26 0.18
HSL 355.93º 0.39% 0.7% -
HSV(B) 355.93º 0.28% 0.82% -
XYZ 43.03 37.7 35.58 -
YUV 168.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 209 150 154 0 0.28 0.26 0.18 355.93 0.39 0.7
Hex D1 96 9A 0 1C 1A 12 164 27 46
Octal 321 226 232 0 34 32 22 544 47 106
Binary 11010001 10010110 10011010 0 11100 11010 10010 101100100 100111 1000110

Color Harmonies of #D1969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1969A

Black with #D1969A

Text Example


Text Example

White with #D1969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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