#C3979D

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

Shades of Careys Pink #C3979D

Tints of Careys Pink #C3979D

Color information

#C3979D (or 0xC3979D) is unknown color: approx Careys Pink. HEX triplet: C3, 97 and 9D. RGB value is (195,151,157). Sum of RGB (Red+Green+Blue) = 195+151+157=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C3979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3979D is #3C6862. Grayscale: #A4A4A4. Windows color (decimal): -3958883 or 10328003. OLE color: 10328003.

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

Color convert

RGB195151157-
CMYK00.230.190.24
HSL351.82º26.83%67.84%-
HSV(B)351.82º22.56%76.47%-
XYZ39.6636.1736.79-
YUV164.84123.58149.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=38.77%
G=30.02%
B=31.21%

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
Decimal19515115700.230.190.24351.8226.8367.84
HexC3979D01713181601b44
Octal303227235027233054033104
Binary1100001110010111100111010101111001111000101100000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3979D; }

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

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

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

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

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

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

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

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