#C0AFAF

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

Shades of Pink Swan #C0AFAF

Tints of Pink Swan #C0AFAF

Color information

#C0AFAF (or 0xC0AFAF) is unknown color: approx Pink Swan. HEX triplet: C0, AF and AF. RGB value is (192,175,175). Sum of RGB (Red+Green+Blue) = 192+175+175=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFAF is #3F5050. Grayscale: #B4B4B4. Windows color (decimal): -4149329 or 11513792. OLE color: 11513792.

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

Color convert

RGB192175175-
CMYK00.090.090.25
HSL11.89%71.96%-
HSV(B)8.85%75.29%-
XYZ44.8144.9646.87-
YUV180.08125.13136.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.42%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 175 (68.75% from 255) = 32.29%
R=35.42%
G=32.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217517500.090.090.25011.8971.96
HexC0AFAF099190c48
Octal3002572570111131014110
Binary11000000101011111010111101001100111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFAF; }

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

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

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

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

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

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

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

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