#C39499

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

Shades of Careys Pink #C39499

Tints of Careys Pink #C39499

Color information

#C39499 (or 0xC39499) is unknown color: approx Careys Pink. HEX triplet: C3, 94 and 99. RGB value is (195,148,153). Sum of RGB (Red+Green+Blue) = 195+148+153=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C39499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39499 is #3C6B66. Grayscale: #A2A2A2. Windows color (decimal): -3959655 or 10065091. OLE color: 10065091.

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

Color convert

RGB195148153-
CMYK00.240.220.24
HSL353.62º28.14%67.25%-
HSV(B)353.62º24.1%76.47%-
XYZ38.8535.0834.86-
YUV162.62122.57151.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=39.31%
G=29.84%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514815300.240.220.24353.6228.1467.25
HexC3949901816181621c43
Octal303224231030263054234103
Binary1100001110010100100110010110001011011000101100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39499; }

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

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

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

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

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

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

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

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