#C0AFB1

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

Shades of Pink Flare #C0AFB1

Tints of Pink Flare #C0AFB1

Color information

#C0AFB1 (or 0xC0AFB1) is unknown color: approx Pink Flare. HEX triplet: C0, AF and B1. RGB value is (192,175,177). Sum of RGB (Red+Green+Blue) = 192+175+177=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFB1 is #3F504E. Grayscale: #B4B4B4. Windows color (decimal): -4149327 or 11644864. OLE color: 11644864.

HSL color Cylindrical-coordinate representation of color #C0AFB1: hue angle of 352.94º 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 #C0AFB1 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB192175177-
CMYK00.090.080.25
HSL352.94º11.89%71.96%-
HSV(B)352.94º8.85%75.29%-
XYZ4545.0447.92-
YUV180.31126.13136.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=35.29%
G=32.17%
B=32.54%

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
Decimal19217517700.090.080.25352.9411.8971.96
HexC0AFB109819161c48
Octal300257261011103154114110
Binary1100000010101111101100010100110001100110110000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFB1; }

 p { color: rgb(192,175,177); }

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

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

 a { background-color: rgb(192,175,177); }

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

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

 span { border-color: rgb(192,175,177); }

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