#C2979E

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

Shades of Careys Pink #C2979E

Tints of Careys Pink #C2979E

Color information

#C2979E (or 0xC2979E) is unknown color: approx Careys Pink. HEX triplet: C2, 97 and 9E. RGB value is (194,151,158). Sum of RGB (Red+Green+Blue) = 194+151+158=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2979E is #3D6861. Grayscale: #A4A4A4. Windows color (decimal): -4024418 or 10393538. OLE color: 10393538.

HSL color Cylindrical-coordinate representation of color #C2979E: hue angle of 350.23º 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 #C2979E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB194151158-
CMYK00.220.190.24
HSL350.23º26.06%67.65%-
HSV(B)350.23º22.16%76.08%-
XYZ39.4936.0737.23-
YUV164.66124.25148.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=38.57%
G=30.02%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415115800.220.190.24350.2326.0667.65
HexC2979E016131815e1a44
Octal302227236026233053632104
Binary1100001010010111100111100101101001111000101011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2979E; }

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

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

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

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

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

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

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

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