#C2979B

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

Shades of Careys Pink #C2979B

Tints of Careys Pink #C2979B

Color information

#C2979B (or 0xC2979B) is unknown color: approx Careys Pink. HEX triplet: C2, 97 and 9B. RGB value is (194,151,155). Sum of RGB (Red+Green+Blue) = 194+151+155=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2979B is #3D6864. Grayscale: #A4A4A4. Windows color (decimal): -4024421 or 10196930. OLE color: 10196930.

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

Color convert

RGB194151155-
CMYK00.220.200.24
HSL354.42º26.06%67.65%-
HSV(B)354.42º22.16%76.08%-
XYZ39.2335.9735.89-
YUV164.31122.75149.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 155 (60.94% from 255) = 31%
R=38.8%
G=30.2%
B=31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415115500.220.200.24354.4226.0667.65
HexC2979B01614181621a44
Octal302227233026243054232104
Binary1100001010010111100110110101101010011000101100010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2979B; }

 p { color: rgb(194,151,155); }

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

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

 a { background-color: rgb(194,151,155); }

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

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

 span { border-color: rgb(194,151,155); }

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