Html Css Color HEX #D7949A Careys Pink

📋 copy color: '#D7949A'

red 215 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #D7949A

Tints of Careys Pink #D7949A

RGB

 RED value IS 215 (84.38% from 255) = 41.59%

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

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

R = 41.59%
G = 28.63%
B = 29.79%

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

#D7949A (or 0xD7949A) is known color: Careys Pink. HEX triplet: D7, 94 and 9A. RGB value is (215,148,154). Sum of RGB (Red+Green+Blue) = 215+148+154=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7949A is #286B65. Grayscale: #A8A8A8. Windows color (decimal): -2648934 or 10130647. OLE color: 10130647.

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

Color convert

RGB 215 148 154 -
CMYK 0 0.31 0.28 0.16
HSL 354.63º 0.46% 0.71% -
HSV(B) 354.63º 0.31% 0.84% -
XYZ 44.45 37.96 35.56 -
YUV 168.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 215 148 154 0 0.31 0.28 0.16 354.63 0.46 0.71
Hex D7 94 9A 0 1F 1C 10 163 2E 47
Octal 327 224 232 0 37 34 20 543 56 107
Binary 11010111 10010100 10011010 0 11111 11100 10000 101100011 101110 1000111

Color Harmonies of #D7949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7949A

Black with #D7949A

Text Example


Text Example

White with #D7949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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