#FFC0C0

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

Shades of Your Pink #FFC0C0

Tints of Your Pink #FFC0C0

Color information

#FFC0C0 (or 0xFFC0C0) is unknown color: approx Your Pink. HEX triplet: FF, C0 and C0. RGB value is (255,192,192). Sum of RGB (Red+Green+Blue) = 255+192+192=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0C0 is #003F3F. Grayscale: #D2D2D2. Windows color (decimal): -16192 or 12632319. OLE color: 12632319.

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

Color convert

RGB255192192-
CMYK00.250.250
HSL100%87.65%-
HSV(B)24.71%100%-
XYZ69.662.7758.32-
YUV210.84117.37159.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 192 (75.39% from 255) = 30.05%
BLUE value IS 192 (75.39% from 255) = 30.05%
R=39.91%
G=30.05%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519219200.250.250010087.65
HexFFC0C001919006458
Octal3773003000313100144130
Binary111111111100000011000000011001110010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0C0; }

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

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

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

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

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

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

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

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