#C1ACCB

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

Shades of Prelude #C1ACCB

Tints of Prelude #C1ACCB

Color information

#C1ACCB (or 0xC1ACCB) is unknown color: approx Prelude. HEX triplet: C1, AC and CB. RGB value is (193,172,203). Sum of RGB (Red+Green+Blue) = 193+172+203=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCB is #3E5334. Grayscale: #B5B5B5. Windows color (decimal): -4084533 or 13348033. OLE color: 13348033.

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

Color convert

RGB193172203-
CMYK0.050.1500.20
HSL280.65º22.96%73.53%-
HSV(B)280.65º15.27%79.61%-
XYZ47.5245.1562.71-
YUV181.81139.96135.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.98%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=33.98%
G=30.28%
B=35.74%

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
Decimal1931722030.050.1500.20280.6522.9673.53
HexC1ACCB5F014119174a
Octal30125431351702443127112
Binary1100000110101100110010111011111010100100011001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ACCB; }

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

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

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

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

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

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

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

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