#C4969C

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

Shades of Careys Pink #C4969C

Tints of Careys Pink #C4969C

Color information

#C4969C (or 0xC4969C) is unknown color: approx Careys Pink. HEX triplet: C4, 96 and 9C. RGB value is (196,150,156). Sum of RGB (Red+Green+Blue) = 196+150+156=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4969C is #3B6963. Grayscale: #A4A4A4. Windows color (decimal): -3893604 or 10262212. OLE color: 10262212.

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

Color convert

RGB196150156-
CMYK00.230.200.23
HSL352.17º28.05%67.84%-
HSV(B)352.17º23.47%76.86%-
XYZ39.6735.9536.3-
YUV164.44123.24150.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=39.04%
G=29.88%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615015600.230.200.23352.1728.0567.84
HexC4969C01714171601c44
Octal304226234027242754034104
Binary1100010010010110100111000101111010010111101100000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4969C; }

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

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

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

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

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

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

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

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