#C1979B

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

Shades of Careys Pink #C1979B

Tints of Careys Pink #C1979B

Color information

#C1979B (or 0xC1979B) is unknown color: approx Careys Pink. HEX triplet: C1, 97 and 9B. RGB value is (193,151,155). Sum of RGB (Red+Green+Blue) = 193+151+155=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1979B is #3E6864. Grayscale: #A4A4A4. Windows color (decimal): -4089957 or 10196929. OLE color: 10196929.

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

Color convert

RGB193151155-
CMYK00.220.200.24
HSL354.29º25.3%67.45%-
HSV(B)354.29º21.76%75.69%-
XYZ38.9835.8435.87-
YUV164.01122.91148.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=38.68%
G=30.26%
B=31.06%

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
Decimal19315115500.220.200.24354.2925.367.45
HexC1979B01614181621943
Octal301227233026243054231103
Binary1100000110010111100110110101101010011000101100010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1979B; }

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

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

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

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

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

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

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

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