Html Css Color HEX #D6949C Careys Pink

📋 copy color: '#D6949C'

red 214 ◦ green 148 ◦ blue 156

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

Shades of Careys Pink #D6949C

Tints of Careys Pink #D6949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.57%

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

R = 41.31%
G = 28.57%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D6949C (or 0xD6949C) is known color: Careys Pink. HEX triplet: D6, 94 and 9C. RGB value is (214,148,156). Sum of RGB (Red+Green+Blue) = 214+148+156=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6949C is #296B63. Grayscale: #A8A8A8. Windows color (decimal): -2714468 or 10261718. OLE color: 10261718.

HSL color Cylindrical-coordinate representation of color #D6949C: hue angle of 352.73º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6949C is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 156 -
CMYK 0 0.31 0.27 0.16
HSL 352.73º 0.45% 0.71% -
HSV(B) 352.73º 0.31% 0.84% -
XYZ 44.32 37.88 36.43 -
YUV 168.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 214 148 156 0 0.31 0.27 0.16 352.73 0.45 0.71
Hex D6 94 9C 0 1F 1B 10 161 2D 47
Octal 326 224 234 0 37 33 20 541 55 107
Binary 11010110 10010100 10011100 0 11111 11011 10000 101100001 101101 1000111

Color Harmonies of #D6949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6949C

Black with #D6949C

Text Example


Text Example

White with #D6949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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