#C3B7CB

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

Shades of Prelude #C3B7CB

Tints of Prelude #C3B7CB

Color information

#C3B7CB (or 0xC3B7CB) is unknown color: approx Prelude. HEX triplet: C3, B7 and CB. RGB value is (195,183,203). Sum of RGB (Red+Green+Blue) = 195+183+203=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 183 (71.88% from 255 or 31.50% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7CB is #3C4834. Grayscale: #BCBCBC. Windows color (decimal): -3950645 or 13350851. OLE color: 13350851.

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

Color convert

RGB195183203-
CMYK0.040.1000.20
HSL276º16.13%75.69%-
HSV(B)276º9.85%79.61%-
XYZ50.2249.7863.46-
YUV188.87135.98132.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 183 (71.88% from 255) = 31.50%
BLUE value IS 203 (79.69% from 255) = 34.94%
R=33.56%
G=31.50%
B=34.94%

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
Decimal1951832030.040.1000.2027616.1375.69
HexC3B7CB4A014114104c
Octal30326731341202442420114
Binary1100001110110111110010111001010010100100010100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7CB; }

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

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

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

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

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

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

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

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