#C3959D

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

Shades of Careys Pink #C3959D

Tints of Careys Pink #C3959D

Color information

#C3959D (or 0xC3959D) is unknown color: approx Careys Pink. HEX triplet: C3, 95 and 9D. RGB value is (195,149,157). Sum of RGB (Red+Green+Blue) = 195+149+157=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3959D is #3C6A62. Grayscale: #A3A3A3. Windows color (decimal): -3959395 or 10327491. OLE color: 10327491.

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

Color convert

RGB195149157-
CMYK00.240.190.24
HSL349.57º27.71%67.45%-
HSV(B)349.57º23.59%76.47%-
XYZ39.3435.5336.68-
YUV163.67124.24150.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=38.92%
G=29.74%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514915700.240.190.24349.5727.7167.45
HexC3959D018131815e1c43
Octal303225235030233053634103
Binary1100001110010101100111010110001001111000101011110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3959D; }

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

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

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

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

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

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

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

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