#C3AAAB

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

Shades of Careys Pink #C3AAAB

Tints of Careys Pink #C3AAAB

Color information

#C3AAAB (or 0xC3AAAB) is unknown color: approx Careys Pink. HEX triplet: C3, AA and AB. RGB value is (195,170,171). Sum of RGB (Red+Green+Blue) = 195+170+171=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAAB is #3C5554. Grayscale: #B1B1B1. Windows color (decimal): -3954005 or 11250371. OLE color: 11250371.

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

Color convert

RGB195170171-
CMYK00.130.120.24
HSL357.6º17.24%71.57%-
HSV(B)357.6º12.82%76.47%-
XYZ44.2343.2944.55-
YUV177.59124.28140.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=36.38%
G=31.72%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517017100.130.120.24357.617.2471.57
HexC3AAAB0DC181661148
Octal303252253015143054621110
Binary11000011101010101010101101101110011000101100110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AAAB; }

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

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

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

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

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

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

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

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