#C1979F

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

Shades of Careys Pink #C1979F

Tints of Careys Pink #C1979F

Color information

#C1979F (or 0xC1979F) is unknown color: approx Careys Pink. HEX triplet: C1, 97 and 9F. RGB value is (193,151,159). Sum of RGB (Red+Green+Blue) = 193+151+159=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1979F is #3E6860. Grayscale: #A4A4A4. Windows color (decimal): -4089953 or 10459073. OLE color: 10459073.

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

Color convert

RGB193151159-
CMYK00.220.180.24
HSL348.57º25.3%67.45%-
HSV(B)348.57º21.76%75.69%-
XYZ39.3235.9737.67-
YUV164.47124.91148.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=38.37%
G=30.02%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315115900.220.180.24348.5725.367.45
HexC1979F016121815d1943
Octal301227237026223053531103
Binary1100000110010111100111110101101001011000101011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1979F; }

 p { color: rgb(193,151,159); }

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

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

 a { background-color: rgb(193,151,159); }

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

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

 span { border-color: rgb(193,151,159); }

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