#C3999C

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

Shades of Careys Pink #C3999C

Tints of Careys Pink #C3999C

Color information

#C3999C (or 0xC3999C) is unknown color: approx Careys Pink. HEX triplet: C3, 99 and 9C. RGB value is (195,153,156). Sum of RGB (Red+Green+Blue) = 195+153+156=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3999C is #3C6663. Grayscale: #A5A5A5. Windows color (decimal): -3958372 or 10262979. OLE color: 10262979.

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

Color convert

RGB195153156-
CMYK00.220.200.24
HSL355.71º25.93%68.24%-
HSV(B)355.71º21.54%76.47%-
XYZ39.936.7836.45-
YUV165.9122.41148.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=38.69%
G=30.36%
B=30.95%

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
Decimal19515315600.220.200.24355.7125.9368.24
HexC3999C01614181641a44
Octal303231234026243054432104
Binary1100001110011001100111000101101010011000101100100110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3999C; }

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

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

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

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

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

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

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

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