#C0ACCB

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

Shades of Prelude #C0ACCB

Tints of Prelude #C0ACCB

Color information

#C0ACCB (or 0xC0ACCB) is unknown color: approx Prelude. HEX triplet: C0, AC and CB. RGB value is (192,172,203). Sum of RGB (Red+Green+Blue) = 192+172+203=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACCB is #3F5334. Grayscale: #B5B5B5. Windows color (decimal): -4150069 or 13348032. OLE color: 13348032.

HSL color Cylindrical-coordinate representation of color #C0ACCB: hue angle of 278.71º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0ACCB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB192172203-
CMYK0.050.1500.20
HSL278.71º22.96%73.53%-
HSV(B)278.71º15.27%79.61%-
XYZ47.2745.0262.7-
YUV181.51140.13135.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=33.86%
G=30.34%
B=35.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921722030.050.1500.20278.7122.9673.53
HexC0ACCB5F014117174a
Octal30025431351702442727112
Binary1100000010101100110010111011111010100100010111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACCB; }

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

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

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

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

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

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

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

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