#C0ABCD

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

Shades of Prelude #C0ABCD

Tints of Prelude #C0ABCD

Color information

#C0ABCD (or 0xC0ABCD) is unknown color: approx Prelude. HEX triplet: C0, AB and CD. RGB value is (192,171,205). Sum of RGB (Red+Green+Blue) = 192+171+205=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCD is #3F5432. Grayscale: #B5B5B5. Windows color (decimal): -4150323 or 13478848. OLE color: 13478848.

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

Color convert

RGB192171205-
CMYK0.060.1700.20
HSL277.06º25.37%73.73%-
HSV(B)277.06º16.59%80.39%-
XYZ47.3244.7463.9-
YUV181.16141.46135.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.80%
GREEN value IS 171 (67.19% from 255) = 30.11%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=33.80%
G=30.11%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921712050.060.1700.20277.0625.3773.73
HexC0ABCD611014115194a
Octal30025331562102442531112
Binary11000000101010111100110111010001010100100010101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABCD; }

 p { color: rgb(192,171,205); }

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

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

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

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

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

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

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