#C39D9E

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

Shades of Careys Pink #C39D9E

Tints of Careys Pink #C39D9E

Color information

#C39D9E (or 0xC39D9E) is unknown color: approx Careys Pink. HEX triplet: C3, 9D and 9E. RGB value is (195,157,158). Sum of RGB (Red+Green+Blue) = 195+157+158=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39D9E is #3C6261. Grayscale: #A8A8A8. Windows color (decimal): -3957346 or 10395075. OLE color: 10395075.

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

Color convert

RGB195157158-
CMYK00.190.190.24
HSL358.42º24.05%69.02%-
HSV(B)358.42º19.49%76.47%-
XYZ40.7338.1837.57-
YUV168.48122.09146.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=38.24%
G=30.78%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515715800.190.190.24358.4224.0569.02
HexC39D9E01313181661845
Octal303235236023233054630105
Binary1100001110011101100111100100111001111000101100110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39D9E; }

 p { color: rgb(195,157,158); }

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

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

 a { background-color: rgb(195,157,158); }

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

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

 span { border-color: rgb(195,157,158); }

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