#C3999D

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

Shades of Careys Pink #C3999D

Tints of Careys Pink #C3999D

Color information

#C3999D (or 0xC3999D) is unknown color: approx Careys Pink. HEX triplet: C3, 99 and 9D. RGB value is (195,153,157). Sum of RGB (Red+Green+Blue) = 195+153+157=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3999D is #3C6662. Grayscale: #A6A6A6. Windows color (decimal): -3958371 or 10328515. OLE color: 10328515.

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

Color convert

RGB195153157-
CMYK00.220.190.24
HSL354.29º25.93%68.24%-
HSV(B)354.29º21.54%76.47%-
XYZ39.9836.8236.9-
YUV166.01122.91148.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=38.61%
G=30.30%
B=31.09%

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
Decimal19515315700.220.190.24354.2925.9368.24
HexC3999D01613181621a44
Octal303231235026233054232104
Binary1100001110011001100111010101101001111000101100010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3999D; }

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

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

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

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

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

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

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

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