#C0AEB0

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

Shades of Pink Flare #C0AEB0

Tints of Pink Flare #C0AEB0

Color information

#C0AEB0 (or 0xC0AEB0) is unknown color: approx Pink Flare. HEX triplet: C0, AE and B0. RGB value is (192,174,176). Sum of RGB (Red+Green+Blue) = 192+174+176=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEB0 is #3F514F. Grayscale: #B3B3B3. Windows color (decimal): -4149584 or 11579072. OLE color: 11579072.

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

Color convert

RGB192174176-
CMYK00.090.080.25
HSL353.33º12.5%71.76%-
HSV(B)353.33º9.38%75.29%-
XYZ44.7144.6147.33-
YUV179.61125.96136.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 176 (69.14% from 255) = 32.47%
R=35.42%
G=32.10%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217417600.090.080.25353.3312.571.76
HexC0AEB009819161c48
Octal300256260011103154114110
Binary1100000010101110101100000100110001100110110000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEB0; }

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

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

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

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

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

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

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

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