#C4949A

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

Shades of Careys Pink #C4949A

Tints of Careys Pink #C4949A

Color information

#C4949A (or 0xC4949A) is unknown color: approx Careys Pink. HEX triplet: C4, 94 and 9A. RGB value is (196,148,154). Sum of RGB (Red+Green+Blue) = 196+148+154=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4949A is #3B6B65. Grayscale: #A3A3A3. Windows color (decimal): -3894118 or 10130628. OLE color: 10130628.

HSL color Cylindrical-coordinate representation of color #C4949A: hue angle of 352.5º 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 #C4949A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196148154-
CMYK00.240.210.23
HSL352.5º28.92%67.45%-
HSV(B)352.5º24.49%76.86%-
XYZ39.1935.2535.31-
YUV163.04122.9151.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 148 (58.20% from 255) = 29.72%
BLUE value IS 154 (60.55% from 255) = 30.92%
R=39.36%
G=29.72%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614815400.240.210.23352.528.9267.45
HexC4949A01815171601d43
Octal304224232030252754035103
Binary1100010010010100100110100110001010110111101100000111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4949A; }

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

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

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

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

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

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

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

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