#C399A2

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

Shades of Careys Pink #C399A2

Tints of Careys Pink #C399A2

Color information

#C399A2 (or 0xC399A2) is unknown color: approx Careys Pink. HEX triplet: C3, 99 and A2. RGB value is (195,153,162). Sum of RGB (Red+Green+Blue) = 195+153+162=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C399A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399A2 is #3C665D. Grayscale: #A6A6A6. Windows color (decimal): -3958366 or 10656195. OLE color: 10656195.

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

Color convert

RGB195153162-
CMYK00.220.170.24
HSL347.14º25.93%68.24%-
HSV(B)347.14º21.54%76.47%-
XYZ40.4236.9939.19-
YUV166.58125.41148.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=38.24%
G=30%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515316200.220.170.24347.1425.9368.24
HexC399A2016111815b1a44
Octal303231242026213053332104
Binary1100001110011001101000100101101000111000101011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C399A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C399A2; }

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

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

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

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

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

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

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

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