#C39AA3

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

Shades of Careys Pink #C39AA3

Tints of Careys Pink #C39AA3

Color information

#C39AA3 (or 0xC39AA3) is unknown color: approx Careys Pink. HEX triplet: C3, 9A and A3. RGB value is (195,154,163). Sum of RGB (Red+Green+Blue) = 195+154+163=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C39AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39AA3 is #3C655C. Grayscale: #A7A7A7. Windows color (decimal): -3958109 or 10721987. OLE color: 10721987.

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

Color convert

RGB195154163-
CMYK00.210.160.24
HSL346.83º25.47%68.43%-
HSV(B)346.83º21.03%76.47%-
XYZ40.6737.3639.72-
YUV167.28125.58147.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=38.09%
G=30.08%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515416300.210.160.24346.8325.4768.43
HexC39AA3015101815b1944
Octal303232243025203053331104
Binary1100001110011010101000110101011000011000101011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39AA3; }

 p { color: rgb(195,154,163); }

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

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

 a { background-color: rgb(195,154,163); }

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

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

 span { border-color: rgb(195,154,163); }

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