Html Css Color HEX #D6949A Careys Pink

📋 copy color: '#D6949A'

red 214 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #D6949A

Tints of Careys Pink #D6949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.84%

R = 41.47%
G = 28.68%
B = 29.84%

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

#D6949A (or 0xD6949A) is known color: Careys Pink. HEX triplet: D6, 94 and 9A. RGB value is (214,148,154). Sum of RGB (Red+Green+Blue) = 214+148+154=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6949A is #296B65. Grayscale: #A8A8A8. Windows color (decimal): -2714470 or 10130646. OLE color: 10130646.

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

Color convert

RGB 214 148 154 -
CMYK 0 0.31 0.28 0.16
HSL 354.55º 0.45% 0.71% -
HSV(B) 354.55º 0.31% 0.84% -
XYZ 44.15 37.81 35.54 -
YUV 168.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 214 148 154 0 0.31 0.28 0.16 354.55 0.45 0.71
Hex D6 94 9A 0 1F 1C 10 163 2D 47
Octal 326 224 232 0 37 34 20 543 55 107
Binary 11010110 10010100 10011010 0 11111 11100 10000 101100011 101101 1000111

Color Harmonies of #D6949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6949A

Black with #D6949A

Text Example


Text Example

White with #D6949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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