#C0A8AE

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

Shades of Careys Pink #C0A8AE

Tints of Careys Pink #C0A8AE

Color information

#C0A8AE (or 0xC0A8AE) is unknown color: approx Careys Pink. HEX triplet: C0, A8 and AE. RGB value is (192,168,174). Sum of RGB (Red+Green+Blue) = 192+168+174=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A8AE is #3F5751. Grayscale: #AFAFAF. Windows color (decimal): -4151122 or 11446464. OLE color: 11446464.

HSL color Cylindrical-coordinate representation of color #C0A8AE: hue angle of 345º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0A8AE is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192168174-
CMYK00.120.090.25
HSL345º16%70.59%-
HSV(B)345º12.5%75.29%-
XYZ43.3842.2745.92-
YUV175.86126.95139.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.96%
GREEN value IS 168 (66.02% from 255) = 31.46%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=35.96%
G=31.46%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216817400.120.090.253451670.59
HexC0A8AE0C9191591047
Octal300250256014113153120107
Binary11000000101010001010111001100100111001101011001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A8AE; }

 p { color: rgb(192,168,174); }

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

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

 a { background-color: rgb(192,168,174); }

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

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

 span { border-color: rgb(192,168,174); }

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