#C0ACCA

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

Shades of Prelude #C0ACCA

Tints of Prelude #C0ACCA

Color information

#C0ACCA (or 0xC0ACCA) is unknown color: approx Prelude. HEX triplet: C0, AC and CA. RGB value is (192,172,202). Sum of RGB (Red+Green+Blue) = 192+172+202=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACCA is #3F5335. Grayscale: #B5B5B5. Windows color (decimal): -4150070 or 13282496. OLE color: 13282496.

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

Color convert

RGB192172202-
CMYK0.050.1500.21
HSL280º22.06%73.33%-
HSV(B)280º14.85%79.22%-
XYZ47.1544.9862.07-
YUV181.4139.63135.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.92%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=33.92%
G=30.39%
B=35.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921722020.050.1500.2128022.0673.33
HexC0ACCA5F0151181649
Octal30025431251702543026111
Binary1100000010101100110010101011111010101100011000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACCA; }

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

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

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

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

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

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

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

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