#C39BA3

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

Shades of Careys Pink #C39BA3

Tints of Careys Pink #C39BA3

Color information

#C39BA3 (or 0xC39BA3) is unknown color: approx Careys Pink. HEX triplet: C3, 9B and A3. RGB value is (195,155,163). Sum of RGB (Red+Green+Blue) = 195+155+163=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BA3 is #3C645C. Grayscale: #A7A7A7. Windows color (decimal): -3957853 or 10722243. OLE color: 10722243.

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

Color convert

RGB195155163-
CMYK00.210.160.24
HSL348º25%68.63%-
HSV(B)348º20.51%76.47%-
XYZ40.8437.6939.77-
YUV167.87125.25147.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 163 (64.06% from 255) = 31.77%
R=38.01%
G=30.21%
B=31.77%

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
Decimal19515516300.210.160.243482568.63
HexC39BA3015101815c1945
Octal303233243025203053431105
Binary1100001110011011101000110101011000011000101011100110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39BA3; }

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

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

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

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

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

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

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

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