#C3B6C7

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

Shades of Prelude #C3B6C7

Tints of Prelude #C3B6C7

Color information

#C3B6C7 (or 0xC3B6C7) is unknown color: approx Prelude. HEX triplet: C3, B6 and C7. RGB value is (195,182,199). Sum of RGB (Red+Green+Blue) = 195+182+199=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 199 (78.12% from 255 or 34.55% from 576); Max value from RGB is 199 - color contains mainly: blue. Hex color #C3B6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6C7 is #3C4938. Grayscale: #BBBBBB. Windows color (decimal): -3950905 or 13088451. OLE color: 13088451.

HSL color Cylindrical-coordinate representation of color #C3B6C7: hue angle of 285.88º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3B6C7 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195182199-
CMYK0.020.0900.22
HSL285.88º13.18%74.71%-
HSV(B)285.88º8.54%78.04%-
XYZ49.5449.1860.91-
YUV187.82134.31133.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.85%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 199 (78.12% from 255) = 34.55%
R=33.85%
G=31.60%
B=34.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951821990.020.0900.22285.8813.1874.71
HexC3B6C72901611ed4b
Octal30326630721102643615113
Binary11000011101101101100011110100101011010001111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6C7; }

 p { color: rgb(195,182,199); }

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

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

 a { background-color: rgb(195,182,199); }

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

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

 span { border-color: rgb(195,182,199); }

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