#C3B6CB

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

Shades of Prelude #C3B6CB

Tints of Prelude #C3B6CB

Color information

#C3B6CB (or 0xC3B6CB) is unknown color: approx Prelude. HEX triplet: C3, B6 and CB. RGB value is (195,182,203). Sum of RGB (Red+Green+Blue) = 195+182+203=580 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.62% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B6CB is #3C4934. Grayscale: #BCBCBC. Windows color (decimal): -3950901 or 13350595. OLE color: 13350595.

HSL color Cylindrical-coordinate representation of color #C3B6CB: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3B6CB is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195182203-
CMYK0.040.1000.20
HSL277.14º16.8%75.49%-
HSV(B)277.14º10.34%79.61%-
XYZ50.0149.3763.39-
YUV188.28136.31132.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.62%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 203 (79.69% from 255) = 35%
R=33.62%
G=31.38%
B=35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951822030.040.1000.20277.1416.875.49
HexC3B6CB4A014115114b
Octal30326631341202442521113
Binary1100001110110110110010111001010010100100010101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B6CB; }

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

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

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

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

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

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

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

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