#C4ACCB

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

Shades of Prelude #C4ACCB

Tints of Prelude #C4ACCB

Color information

#C4ACCB (or 0xC4ACCB) is unknown color: approx Prelude. HEX triplet: C4, AC and CB. RGB value is (196,172,203). Sum of RGB (Red+Green+Blue) = 196+172+203=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACCB is #3B5334. Grayscale: #B6B6B6. Windows color (decimal): -3887925 or 13348036. OLE color: 13348036.

HSL color Cylindrical-coordinate representation of color #C4ACCB: hue angle of 286.45º 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 #C4ACCB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196172203-
CMYK0.030.1500.20
HSL286.45º22.96%73.53%-
HSV(B)286.45º15.27%79.61%-
XYZ48.345.5562.75-
YUV182.71139.45137.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.33%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=34.33%
G=30.12%
B=35.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961722030.030.1500.20286.4522.9673.53
HexC4ACCB3F01411e174a
Octal30425431331702443627112
Binary110001001010110011001011111111010100100011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACCB; }

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

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

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

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

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

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

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

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