#C3ABAE

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

Shades of Careys Pink #C3ABAE

Tints of Careys Pink #C3ABAE

Color information

#C3ABAE (or 0xC3ABAE) is unknown color: approx Careys Pink. HEX triplet: C3, AB and AE. RGB value is (195,171,174). Sum of RGB (Red+Green+Blue) = 195+171+174=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABAE is #3C5451. Grayscale: #B2B2B2. Windows color (decimal): -3953746 or 11447235. OLE color: 11447235.

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

Color convert

RGB195171174-
CMYK00.120.110.24
HSL352.5º16.67%71.76%-
HSV(B)352.5º12.31%76.47%-
XYZ44.7143.7846.14-
YUV178.52125.45139.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.11%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=36.11%
G=31.67%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517117400.120.110.24352.516.6771.76
HexC3ABAE0CB181601148
Octal303253256014133054021110
Binary11000011101010111010111001100101111000101100000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABAE; }

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

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

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

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

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

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

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

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