#C3ABAF

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

Shades of Careys Pink #C3ABAF

Tints of Careys Pink #C3ABAF

Color information

#C3ABAF (or 0xC3ABAF) is unknown color: approx Careys Pink. HEX triplet: C3, AB and AF. RGB value is (195,171,175). Sum of RGB (Red+Green+Blue) = 195+171+175=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABAF is #3C5450. Grayscale: #B2B2B2. Windows color (decimal): -3953745 or 11512771. OLE color: 11512771.

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

Color convert

RGB195171175-
CMYK00.120.100.24
HSL350º16.67%71.76%-
HSV(B)350º12.31%76.47%-
XYZ44.8143.8246.65-
YUV178.63125.95139.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=36.04%
G=31.61%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517117500.120.100.2435016.6771.76
HexC3ABAF0CA1815e1148
Octal303253257014123053621110
Binary11000011101010111010111101100101011000101011110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ABAF; }

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

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

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

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

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

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

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

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