Html Css Color HEX #D6989C Careys Pink

📋 copy color: '#D6989C'

red 214 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #D6989C

Tints of Careys Pink #D6989C

RGB

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

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

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

R = 41%
G = 29.12%
B = 29.89%

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

#D6989C (or 0xD6989C) is known color: Careys Pink. HEX triplet: D6, 98 and 9C. RGB value is (214,152,156). Sum of RGB (Red+Green+Blue) = 214+152+156=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6989C is #296763. Grayscale: #ABABAB. Windows color (decimal): -2713444 or 10262742. OLE color: 10262742.

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

Color convert

RGB 214 152 156 -
CMYK 0 0.29 0.27 0.16
HSL 356.13º 0.43% 0.72% -
HSV(B) 356.13º 0.29% 0.84% -
XYZ 44.96 39.15 36.64 -
YUV 170.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 214 152 156 0 0.29 0.27 0.16 356.13 0.43 0.72
Hex D6 98 9C 0 1D 1B 10 164 2B 48
Octal 326 230 234 0 35 33 20 544 53 110
Binary 11010110 10011000 10011100 0 11101 11011 10000 101100100 101011 1001000

Color Harmonies of #D6989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6989C

Black with #D6989C

Text Example


Text Example

White with #D6989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6989C; }

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

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

background-color css

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

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

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

border-color css

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

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

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