#C7B2CA

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

Shades of Prelude #C7B2CA

Tints of Prelude #C7B2CA

Color information

#C7B2CA (or 0xC7B2CA) is unknown color: approx Prelude. HEX triplet: C7, B2 and CA. RGB value is (199,178,202). Sum of RGB (Red+Green+Blue) = 199+178+202=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7B2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2CA is #384D35. Grayscale: #BABABA. Windows color (decimal): -3689782 or 13284039. OLE color: 13284039.

HSL color Cylindrical-coordinate representation of color #C7B2CA: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7B2CA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199178202-
CMYK0.010.1200.21
HSL292.5º18.46%74.51%-
HSV(B)292.5º11.88%79.22%-
XYZ50.1348.2562.55-
YUV187.02136.46136.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.37%
GREEN value IS 178 (69.92% from 255) = 30.74%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=34.37%
G=30.74%
B=34.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991782020.010.1200.21292.518.4674.51
HexC7B2CA1C015124124b
Octal30726231211402544422113
Binary11000111101100101100101011100010101100100100100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B2CA; }

 p { color: rgb(199,178,202); }

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

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

 a { background-color: rgb(199,178,202); }

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

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

 span { border-color: rgb(199,178,202); }

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