#C4969B

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

Shades of Careys Pink #C4969B

Tints of Careys Pink #C4969B

Color information

#C4969B (or 0xC4969B) is unknown color: approx Careys Pink. HEX triplet: C4, 96 and 9B. RGB value is (196,150,155). Sum of RGB (Red+Green+Blue) = 196+150+155=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4969B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4969B is #3B6964. Grayscale: #A4A4A4. Windows color (decimal): -3893605 or 10196676. OLE color: 10196676.

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

Color convert

RGB196150155-
CMYK00.230.210.23
HSL353.48º28.05%67.84%-
HSV(B)353.48º23.47%76.86%-
XYZ39.5935.9235.86-
YUV164.32122.74150.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=39.12%
G=29.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615015500.230.210.23353.4828.0567.84
HexC4969B01715171611c44
Octal304226233027252754134104
Binary1100010010010110100110110101111010110111101100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4969B; }

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

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

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

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

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

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

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

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