#C0AFC8

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

Shades of Prelude #C0AFC8

Tints of Prelude #C0AFC8

Color information

#C0AFC8 (or 0xC0AFC8) is unknown color: approx Prelude. HEX triplet: C0, AF and C8. RGB value is (192,175,200). Sum of RGB (Red+Green+Blue) = 192+175+200=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 200 - color contains mainly: blue. Hex color #C0AFC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFC8 is #3F5037. Grayscale: #B6B6B6. Windows color (decimal): -4149304 or 13152192. OLE color: 13152192.

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

Color convert

RGB192175200-
CMYK0.040.1200.22
HSL280.8º18.52%73.53%-
HSV(B)280.8º12.5%78.43%-
XYZ47.4946.0461.03-
YUV182.93137.63134.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 200 (78.52% from 255) = 35.27%
R=33.86%
G=30.86%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921752000.040.1200.22280.818.5273.53
HexC0AFC84C016119134a
Octal30025731041402643123112
Binary1100000010101111110010001001100010110100011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFC8; }

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

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

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

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

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

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

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

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