#C39395

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

Shades of Careys Pink #C39395

Tints of Careys Pink #C39395

Color information

#C39395 (or 0xC39395) is unknown color: approx Careys Pink. HEX triplet: C3, 93 and 95. RGB value is (195,147,149). Sum of RGB (Red+Green+Blue) = 195+147+149=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C39395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39395 is #3C6C6A. Grayscale: #A1A1A1. Windows color (decimal): -3959915 or 9802691. OLE color: 9802691.

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

Color convert

RGB195147149-
CMYK00.250.240.24
HSL357.5º28.57%67.06%-
HSV(B)357.5º24.62%76.47%-
XYZ38.3634.6433.1-
YUV161.58120.9151.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=39.71%
G=29.94%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514714900.250.240.24357.528.5767.06
HexC3939501918181661d43
Octal303223225031303054635103
Binary1100001110010011100101010110011100011000101100110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39395; }

 p { color: rgb(195,147,149); }

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

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

 a { background-color: rgb(195,147,149); }

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

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

 span { border-color: rgb(195,147,149); }

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