#C2B0CE

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

Shades of Prelude #C2B0CE

Tints of Prelude #C2B0CE

Color information

#C2B0CE (or 0xC2B0CE) is unknown color: approx Prelude. HEX triplet: C2, B0 and CE. RGB value is (194,176,206). Sum of RGB (Red+Green+Blue) = 194+176+206=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 176 (69.14% from 255 or 30.56% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #C2B0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0CE is #3D4F31. Grayscale: #B8B8B8. Windows color (decimal): -4017970 or 13545666. OLE color: 13545666.

HSL color Cylindrical-coordinate representation of color #C2B0CE: hue angle of 276º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B0CE is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194176206-
CMYK0.060.1500.19
HSL276º23.44%74.9%-
HSV(B)276º14.56%80.78%-
XYZ48.9146.9864.88-
YUV184.8139.96134.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 176 (69.14% from 255) = 30.56%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=33.68%
G=30.56%
B=35.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941762060.060.1500.1927623.4474.9
HexC2B0CE6F013114174b
Octal30226031661702342427113
Binary1100001010110000110011101101111010011100010100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0CE; }

 p { color: rgb(194,176,206); }

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

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

 a { background-color: rgb(194,176,206); }

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

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

 span { border-color: rgb(194,176,206); }

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