#D6949B

Color #D6949B Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D6949B

Tints of Careys Pink #D6949B

Color information

#D6949B (or 0xD6949B) is unknown color: approx 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

RGB214148155-
CMYK00.310.280.16
HSL353.64º44.59%70.98%-
HSV(B)353.64º30.84%83.92%-
XYZ44.2437.8435.98-
YUV168.53120.37160.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414815500.310.280.16353.6444.5970.98
HexD6949B01F1C101622d47
Octal326224233037342054255107
Binary11010110100101001001101101111111100100001011000101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>