#C39A9C

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

Shades of Careys Pink #C39A9C

Tints of Careys Pink #C39A9C

Color information

#C39A9C (or 0xC39A9C) is unknown color: approx Careys Pink. HEX triplet: C3, 9A and 9C. RGB value is (195,154,156). Sum of RGB (Red+Green+Blue) = 195+154+156=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A9C is #3C6563. Grayscale: #A6A6A6. Windows color (decimal): -3958116 or 10263235. OLE color: 10263235.

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

Color convert

RGB195154156-
CMYK00.210.200.24
HSL357.07º25.47%68.43%-
HSV(B)357.07º21.03%76.47%-
XYZ40.0637.1136.5-
YUV166.49122.08148.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=38.61%
G=30.50%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515415600.210.200.24357.0725.4768.43
HexC39A9C01514181651944
Octal303232234025243054531104
Binary1100001110011010100111000101011010011000101100101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A9C; }

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

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

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

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

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

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

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

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