#C0ADCA

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

Shades of Prelude #C0ADCA

Tints of Prelude #C0ADCA

Color information

#C0ADCA (or 0xC0ADCA) is unknown color: approx Prelude. HEX triplet: C0, AD and CA. RGB value is (192,173,202). Sum of RGB (Red+Green+Blue) = 192+173+202=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADCA is #3F5235. Grayscale: #B5B5B5. Windows color (decimal): -4149814 or 13282752. OLE color: 13282752.

HSL color Cylindrical-coordinate representation of color #C0ADCA: hue angle of 279.31º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ADCA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192173202-
CMYK0.050.1400.21
HSL279.31º21.48%73.53%-
HSV(B)279.31º14.36%79.22%-
XYZ47.3445.3662.14-
YUV181.99139.29135.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=33.86%
G=30.51%
B=35.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921732020.050.1400.21279.3121.4873.53
HexC0ADCA5E015117154a
Octal30025531251602542725112
Binary1100000010101101110010101011110010101100010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADCA; }

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

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

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

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

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

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

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

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