#C3A8AD

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

Shades of Careys Pink #C3A8AD

Tints of Careys Pink #C3A8AD

Color information

#C3A8AD (or 0xC3A8AD) is unknown color: approx Careys Pink. HEX triplet: C3, A8 and AD. RGB value is (195,168,173). Sum of RGB (Red+Green+Blue) = 195+168+173=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A8AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A8AD is #3C5752. Grayscale: #B0B0B0. Windows color (decimal): -3954515 or 11380931. OLE color: 11380931.

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

Color convert

RGB195168173-
CMYK00.140.110.24
HSL348.89º18.37%71.18%-
HSV(B)348.89º13.85%76.47%-
XYZ44.0542.6245.44-
YUV176.64125.95141.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.38%
GREEN value IS 168 (66.02% from 255) = 31.34%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=36.38%
G=31.34%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19516817300.140.110.24348.8918.3771.18
HexC3A8AD0EB1815d1247
Octal303250255016133053522107
Binary11000011101010001010110101110101111000101011101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A8AD; }

 p { color: rgb(195,168,173); }

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

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

 a { background-color: rgb(195,168,173); }

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

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

 span { border-color: rgb(195,168,173); }

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