#C39A9F

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

Shades of Careys Pink #C39A9F

Tints of Careys Pink #C39A9F

Color information

#C39A9F (or 0xC39A9F) is unknown color: approx Careys Pink. HEX triplet: C3, 9A and 9F. RGB value is (195,154,159). Sum of RGB (Red+Green+Blue) = 195+154+159=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A9F is #3C6560. Grayscale: #A6A6A6. Windows color (decimal): -3958113 or 10459843. OLE color: 10459843.

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

Color convert

RGB195154159-
CMYK00.210.180.24
HSL352.68º25.47%68.43%-
HSV(B)352.68º21.03%76.47%-
XYZ40.3237.2237.86-
YUV166.83123.58148.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 159 (62.5% from 255) = 31.30%
R=38.39%
G=30.31%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515415900.210.180.24352.6825.4768.43
HexC39A9F01512181611944
Octal303232237025223054131104
Binary1100001110011010100111110101011001011000101100001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A9F; }

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

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

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

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

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

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

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

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