#C39FAA

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

Shades of Careys Pink #C39FAA

Tints of Careys Pink #C39FAA

Color information

#C39FAA (or 0xC39FAA) is unknown color: approx Careys Pink. HEX triplet: C3, 9F and AA. RGB value is (195,159,170). Sum of RGB (Red+Green+Blue) = 195+159+170=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C39FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39FAA is #3C6055. Grayscale: #ABABAB. Windows color (decimal): -3956822 or 11182019. OLE color: 11182019.

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

Color convert

RGB195159170-
CMYK00.180.130.24
HSL341.67º23.08%69.41%-
HSV(B)341.67º18.46%76.47%-
XYZ42.1639.343.39-
YUV171.02127.43145.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=37.21%
G=30.34%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515917000.180.130.24341.6723.0869.41
HexC39FAA012D181561745
Octal303237252022153052627105
Binary110000111001111110101010010010110111000101010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39FAA; }

 p { color: rgb(195,159,170); }

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

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

 a { background-color: rgb(195,159,170); }

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

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

 span { border-color: rgb(195,159,170); }

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