#C4A5A6

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

Shades of Careys Pink #C4A5A6

Tints of Careys Pink #C4A5A6

Color information

#C4A5A6 (or 0xC4A5A6) is unknown color: approx Careys Pink. HEX triplet: C4, A5 and A6. RGB value is (196,165,166). Sum of RGB (Red+Green+Blue) = 196+165+166=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A5A6 is #3B5A59. Grayscale: #AEAEAE. Windows color (decimal): -3889754 or 10921412. OLE color: 10921412.

HSL color Cylindrical-coordinate representation of color #C4A5A6: hue angle of 358.06º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4A5A6 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB196165166-
CMYK00.160.150.23
HSL358.06º20.81%70.78%-
HSV(B)358.06º15.82%76.86%-
XYZ43.141.441.8-
YUV174.38123.27143.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=37.19%
G=31.31%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19616516600.160.150.23358.0620.8170.78
HexC4A5A6010F171661547
Octal304245246020172754625107
Binary110001001010010110100110010000111110111101100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A5A6; }

 p { color: rgb(196,165,166); }

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

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

 a { background-color: rgb(196,165,166); }

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

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

 span { border-color: rgb(196,165,166); }

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