#C39495

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

Shades of Careys Pink #C39495

Tints of Careys Pink #C39495

Color information

#C39495 (or 0xC39495) is unknown color: approx Careys Pink. HEX triplet: C3, 94 and 95. RGB value is (195,148,149). Sum of RGB (Red+Green+Blue) = 195+148+149=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C39495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39495 is #3C6B6A. Grayscale: #A2A2A2. Windows color (decimal): -3959659 or 9802947. OLE color: 9802947.

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

Color convert

RGB195148149-
CMYK00.240.240.24
HSL358.72º28.14%67.25%-
HSV(B)358.72º24.1%76.47%-
XYZ38.5234.9533.15-
YUV162.17120.57151.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=39.63%
G=30.08%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514814900.240.240.24358.7228.1467.25
HexC3949501818181671c43
Octal303224225030303054734103
Binary1100001110010100100101010110001100011000101100111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39495; }

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

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

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

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

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

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

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

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