#C4949C

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

Shades of Careys Pink #C4949C

Tints of Careys Pink #C4949C

Color information

#C4949C (or 0xC4949C) is unknown color: approx Careys Pink. HEX triplet: C4, 94 and 9C. RGB value is (196,148,156). Sum of RGB (Red+Green+Blue) = 196+148+156=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4949C is #3B6B63. Grayscale: #A3A3A3. Windows color (decimal): -3894116 or 10261700. OLE color: 10261700.

HSL color Cylindrical-coordinate representation of color #C4949C: hue angle of 350º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4949C is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB196148156-
CMYK00.240.200.23
HSL350º28.92%67.45%-
HSV(B)350º24.49%76.86%-
XYZ39.3635.3236.19-
YUV163.26123.9151.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 148 (58.20% from 255) = 29.6%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=39.2%
G=29.6%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614815600.240.200.2335028.9267.45
HexC4949C018141715e1d43
Octal304224234030242753635103
Binary1100010010010100100111000110001010010111101011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4949C; }

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

 H1.HeaderClassName
 {
   color: #C4949C;
 }
 .AnyTagClassName
 {
   color: #C4949C;
 }
</style>
background-color css

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

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

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

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

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

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