#C0A6CB

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

Shades of Prelude #C0A6CB

Tints of Prelude #C0A6CB

Color information

#C0A6CB (or 0xC0A6CB) is unknown color: approx Prelude. HEX triplet: C0, A6 and CB. RGB value is (192,166,203). Sum of RGB (Red+Green+Blue) = 192+166+203=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0A6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A6CB is #3F5934. Grayscale: #B1B1B1. Windows color (decimal): -4151605 or 13346496. OLE color: 13346496.

HSL color Cylindrical-coordinate representation of color #C0A6CB: hue angle of 282.16º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A6CB is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192166203-
CMYK0.050.1800.20
HSL282.16º26.24%72.35%-
HSV(B)282.16º18.23%79.61%-
XYZ46.1542.7962.33-
YUV177.99142.11137.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 166 (65.23% from 255) = 29.59%
BLUE value IS 203 (79.69% from 255) = 36.19%
R=34.22%
G=29.59%
B=36.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921662030.050.1800.20282.1626.2472.35
HexC0A6CB51201411a1a48
Octal30024631352202443232110
Binary11000000101001101100101110110010010100100011010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6CB; }

 p { color: rgb(192,166,203); }

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

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

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

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

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

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

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