#C3979E

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

Shades of Careys Pink #C3979E

Tints of Careys Pink #C3979E

Color information

#C3979E (or 0xC3979E) is unknown color: approx Careys Pink. HEX triplet: C3, 97 and 9E. RGB value is (195,151,158). Sum of RGB (Red+Green+Blue) = 195+151+158=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3979E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3979E is #3C6861. Grayscale: #A4A4A4. Windows color (decimal): -3958882 or 10393539. OLE color: 10393539.

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

Color convert

RGB195151158-
CMYK00.230.190.24
HSL350.45º26.83%67.84%-
HSV(B)350.45º22.56%76.47%-
XYZ39.7436.237.24-
YUV164.95124.08149.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=38.69%
G=29.96%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515115800.230.190.24350.4526.8367.84
HexC3979E017131815e1b44
Octal303227236027233053633104
Binary1100001110010111100111100101111001111000101011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3979E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3979E; }

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

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

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

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

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

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

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

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