Html Css Color HEX #D6989D Careys Pink

📋 copy color: '#D6989D'

red 214 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #D6989D

Tints of Careys Pink #D6989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.02%

R = 40.92%
G = 29.06%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6989D (or 0xD6989D) is known color: Careys Pink. HEX triplet: D6, 98 and 9D. RGB value is (214,152,157). Sum of RGB (Red+Green+Blue) = 214+152+157=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6989D is #296762. Grayscale: #ABABAB. Windows color (decimal): -2713443 or 10328278. OLE color: 10328278.

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

Color convert

RGB 214 152 157 -
CMYK 0 0.29 0.27 0.16
HSL 355.16º 0.43% 0.72% -
HSV(B) 355.16º 0.29% 0.84% -
XYZ 45.05 39.19 37.09 -
YUV 171.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 214 152 157 0 0.29 0.27 0.16 355.16 0.43 0.72
Hex D6 98 9D 0 1D 1B 10 163 2B 48
Octal 326 230 235 0 35 33 20 543 53 110
Binary 11010110 10011000 10011101 0 11101 11011 10000 101100011 101011 1001000

Color Harmonies of #D6989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6989D

Black with #D6989D

Text Example


Text Example

White with #D6989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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