Html Css Color HEX #D6949B Careys Pink

📋 copy color: '#D6949B'

red 214 ◦ green 148 ◦ blue 155

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

Shades of Careys Pink #D6949B

Tints of Careys Pink #D6949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.98%

R = 41.39%
G = 28.63%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6949B (or 0xD6949B) is known color: Careys Pink. HEX triplet: D6, 94 and 9B. RGB value is (214,148,155). Sum of RGB (Red+Green+Blue) = 214+148+155=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6949B is #296B64. Grayscale: #A8A8A8. Windows color (decimal): -2714469 or 10196182. OLE color: 10196182.

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

Color convert

RGB 214 148 155 -
CMYK 0 0.31 0.28 0.16
HSL 353.64º 0.45% 0.71% -
HSV(B) 353.64º 0.31% 0.84% -
XYZ 44.24 37.84 35.98 -
YUV 168.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 214 148 155 0 0.31 0.28 0.16 353.64 0.45 0.71
Hex D6 94 9B 0 1F 1C 10 162 2D 47
Octal 326 224 233 0 37 34 20 542 55 107
Binary 11010110 10010100 10011011 0 11111 11100 10000 101100010 101101 1000111

Color Harmonies of #D6949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6949B

Black with #D6949B

Text Example


Text Example

White with #D6949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6949B; }

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

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

background-color css

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

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

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

border-color css

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

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

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