#C2A5AE

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

Shades of Careys Pink #C2A5AE

Tints of Careys Pink #C2A5AE

Color information

#C2A5AE (or 0xC2A5AE) is unknown color: approx Careys Pink. HEX triplet: C2, A5 and AE. RGB value is (194,165,174). Sum of RGB (Red+Green+Blue) = 194+165+174=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A5AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A5AE is #3D5A51. Grayscale: #AEAEAE. Windows color (decimal): -4020818 or 11445698. OLE color: 11445698.

HSL color Cylindrical-coordinate representation of color #C2A5AE: hue angle of 341.38º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2A5AE is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194165174-
CMYK00.150.100.24
HSL341.38º19.21%70.39%-
HSV(B)341.38º14.95%76.08%-
XYZ43.3441.4445.76-
YUV174.7127.61141.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=36.40%
G=30.96%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416517400.150.100.24341.3819.2170.39
HexC2A5AE0FA181551346
Octal302245256017123052523106
Binary11000010101001011010111001111101011000101010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A5AE; }

 p { color: rgb(194,165,174); }

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

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

 a { background-color: rgb(194,165,174); }

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

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

 span { border-color: rgb(194,165,174); }

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