#C4989C

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

Shades of Careys Pink #C4989C

Tints of Careys Pink #C4989C

Color information

#C4989C (or 0xC4989C) is unknown color: approx Careys Pink. HEX triplet: C4, 98 and 9C. RGB value is (196,152,156). Sum of RGB (Red+Green+Blue) = 196+152+156=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4989C is #3B6763. Grayscale: #A5A5A5. Windows color (decimal): -3893092 or 10262724. OLE color: 10262724.

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

Color convert

RGB196152156-
CMYK00.220.200.23
HSL354.55º27.16%68.24%-
HSV(B)354.55º22.45%76.86%-
XYZ39.9936.5936.41-
YUV165.61122.58149.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=38.89%
G=30.16%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615215600.220.200.23354.5527.1668.24
HexC4989C01614171631b44
Octal304230234026242754333104
Binary1100010010011000100111000101101010010111101100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4989C; }

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

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

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

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

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

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

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

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