#C1979C

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

Shades of Careys Pink #C1979C

Tints of Careys Pink #C1979C

Color information

#C1979C (or 0xC1979C) is unknown color: approx Careys Pink. HEX triplet: C1, 97 and 9C. RGB value is (193,151,156). Sum of RGB (Red+Green+Blue) = 193+151+156=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1979C is #3E6863. Grayscale: #A4A4A4. Windows color (decimal): -4089956 or 10262465. OLE color: 10262465.

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

Color convert

RGB193151156-
CMYK00.220.190.24
HSL352.86º25.3%67.45%-
HSV(B)352.86º21.76%75.69%-
XYZ39.0635.8736.32-
YUV164.13123.41148.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 156 (61.33% from 255) = 31.2%
R=38.6%
G=30.2%
B=31.2%

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
Decimal19315115600.220.190.24352.8625.367.45
HexC1979C01613181611943
Octal301227234026233054131103
Binary1100000110010111100111000101101001111000101100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1979C; }

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

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

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

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

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

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

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

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