#C4939A

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

Shades of Careys Pink #C4939A

Tints of Careys Pink #C4939A

Color information

#C4939A (or 0xC4939A) is unknown color: approx Careys Pink. HEX triplet: C4, 93 and 9A. RGB value is (196,147,154). Sum of RGB (Red+Green+Blue) = 196+147+154=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4939A is #3B6C65. Grayscale: #A2A2A2. Windows color (decimal): -3894374 or 10130372. OLE color: 10130372.

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

Color convert

RGB196147154-
CMYK00.250.210.23
HSL351.43º29.34%67.25%-
HSV(B)351.43º25%76.86%-
XYZ39.0334.9435.26-
YUV162.45123.23151.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 154 (60.55% from 255) = 30.99%
R=39.44%
G=29.58%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614715400.250.210.23351.4329.3467.25
HexC4939A019151715f1d43
Octal304223232031252753735103
Binary1100010010010011100110100110011010110111101011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4939A; }

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

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

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

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

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

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

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

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