#C0ABCC

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

Shades of Prelude #C0ABCC

Tints of Prelude #C0ABCC

Color information

#C0ABCC (or 0xC0ABCC) is unknown color: approx Prelude. HEX triplet: C0, AB and CC. RGB value is (192,171,204). Sum of RGB (Red+Green+Blue) = 192+171+204=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABCC is #3F5433. Grayscale: #B4B4B4. Windows color (decimal): -4150324 or 13413312. OLE color: 13413312.

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

Color convert

RGB192171204-
CMYK0.060.1600.2
HSL278.18º24.44%73.53%-
HSV(B)278.18º16.18%80%-
XYZ47.244.6963.27-
YUV181.04140.96135.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=33.86%
G=30.16%
B=35.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921712040.060.1600.2278.1824.4473.53
HexC0ABCC610014116184a
Octal30025331462002442630112
Binary11000000101010111100110011010000010100100010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABCC; }

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

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

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

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

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

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

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

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