#C0AFCA

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

Shades of Prelude #C0AFCA

Tints of Prelude #C0AFCA

Color information

#C0AFCA (or 0xC0AFCA) is unknown color: approx Prelude. HEX triplet: C0, AF and CA. RGB value is (192,175,202). Sum of RGB (Red+Green+Blue) = 192+175+202=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFCA is #3F5035. Grayscale: #B7B7B7. Windows color (decimal): -4149302 or 13283264. OLE color: 13283264.

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

Color convert

RGB192175202-
CMYK0.050.1300.21
HSL277.78º20.3%73.92%-
HSV(B)277.78º13.37%79.22%-
XYZ47.7346.1362.27-
YUV183.16138.63134.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=33.74%
G=30.76%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921752020.050.1300.21277.7820.373.92
HexC0AFCA5D015116144a
Octal30025731251502542624112
Binary1100000010101111110010101011101010101100010110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFCA; }

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

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

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

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

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

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

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

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