#C0ADC8

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

Shades of Prelude #C0ADC8

Tints of Prelude #C0ADC8

Color information

#C0ADC8 (or 0xC0ADC8) is unknown color: approx Prelude. HEX triplet: C0, AD and C8. RGB value is (192,173,200). Sum of RGB (Red+Green+Blue) = 192+173+200=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #C0ADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADC8 is #3F5237. Grayscale: #B5B5B5. Windows color (decimal): -4149816 or 13151680. OLE color: 13151680.

HSL color Cylindrical-coordinate representation of color #C0ADC8: hue angle of 282.22º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ADC8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192173200-
CMYK0.040.1400.22
HSL282.22º19.71%73.14%-
HSV(B)282.22º13.5%78.43%-
XYZ47.1145.2660.9-
YUV181.76138.29135.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=33.98%
G=30.62%
B=35.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921732000.040.1400.22282.2219.7173.14
HexC0ADC84E01611a1449
Octal30025531041602643224111
Binary1100000010101101110010001001110010110100011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADC8; }

 p { color: rgb(192,173,200); }

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

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

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

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

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

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

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