#C39FAB

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

Shades of Careys Pink #C39FAB

Tints of Careys Pink #C39FAB

Color information

#C39FAB (or 0xC39FAB) is unknown color: approx Careys Pink. HEX triplet: C3, 9F and AB. RGB value is (195,159,171). Sum of RGB (Red+Green+Blue) = 195+159+171=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C39FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39FAB is #3C6054. Grayscale: #ABABAB. Windows color (decimal): -3956821 or 11247555. OLE color: 11247555.

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

Color convert

RGB195159171-
CMYK00.180.120.24
HSL340º23.08%69.41%-
HSV(B)340º18.46%76.47%-
XYZ42.2539.3443.89-
YUV171.13127.93145.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=37.14%
G=30.29%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515917100.180.120.2434023.0869.41
HexC39FAB012C181541745
Octal303237253022143052427105
Binary110000111001111110101011010010110011000101010100101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39FAB; }

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

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

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

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

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

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

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

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