#C4959A

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

Shades of Careys Pink #C4959A

Tints of Careys Pink #C4959A

Color information

#C4959A (or 0xC4959A) is unknown color: approx Careys Pink. HEX triplet: C4, 95 and 9A. RGB value is (196,149,154). Sum of RGB (Red+Green+Blue) = 196+149+154=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4959A is #3B6A65. Grayscale: #A3A3A3. Windows color (decimal): -3893862 or 10130884. OLE color: 10130884.

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

Color convert

RGB196149154-
CMYK00.240.210.23
HSL353.62º28.48%67.65%-
HSV(B)353.62º23.98%76.86%-
XYZ39.3535.5635.36-
YUV163.62122.57151.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=39.28%
G=29.86%
B=30.86%

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
Decimal19614915400.240.210.23353.6228.4867.65
HexC4959A01815171621c44
Octal304225232030252754234104
Binary1100010010010101100110100110001010110111101100010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4959A; }

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

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

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

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

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

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

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

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