Html Css Color HEX #D6989E Careys Pink

📋 copy color: '#D6989E'

red 214 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #D6989E

Tints of Careys Pink #D6989E

RGB

 RED value IS 214 (83.98% from 255) = 40.84%

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 158 (62.11% from 255) = 30.15%

R = 40.84%
G = 29.01%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D6989E (or 0xD6989E) is known color: Careys Pink. HEX triplet: D6, 98 and 9E. RGB value is (214,152,158). Sum of RGB (Red+Green+Blue) = 214+152+158=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6989E is #296761. Grayscale: #ABABAB. Windows color (decimal): -2713442 or 10393814. OLE color: 10393814.

HSL color Cylindrical-coordinate representation of color #D6989E: hue angle of 354.19º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6989E is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 152 158 -
CMYK 0 0.29 0.26 0.16
HSL 354.19º 0.43% 0.72% -
HSV(B) 354.19º 0.29% 0.84% -
XYZ 45.13 39.22 37.54 -
YUV 171.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 214 152 158 0 0.29 0.26 0.16 354.19 0.43 0.72
Hex D6 98 9E 0 1D 1A 10 162 2B 48
Octal 326 230 236 0 35 32 20 542 53 110
Binary 11010110 10011000 10011110 0 11101 11010 10000 101100010 101011 1001000

Color Harmonies of #D6989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6989E

Black with #D6989E

Text Example


Text Example

White with #D6989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6989E; }

 p { color: rgb(214,152,158); }

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

background-color css

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

 a { background-color: rgb(214,152,158); }

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

border-color css

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

 span { border-color: rgb(214,152,158); }

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