#C7B0CB

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

Shades of Prelude #C7B0CB

Tints of Prelude #C7B0CB

Color information

#C7B0CB (or 0xC7B0CB) is unknown color: approx Prelude. HEX triplet: C7, B0 and CB. RGB value is (199,176,203). Sum of RGB (Red+Green+Blue) = 199+176+203=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0CB is #384F34. Grayscale: #B9B9B9. Windows color (decimal): -3690293 or 13349063. OLE color: 13349063.

HSL color Cylindrical-coordinate representation of color #C7B0CB: hue angle of 291.11º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B0CB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199176203-
CMYK0.020.1300.20
HSL291.11º20.61%74.31%-
HSV(B)291.11º13.3%79.61%-
XYZ49.8647.563.04-
YUV185.96137.62137.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 203 (79.69% from 255) = 35.12%
R=34.43%
G=30.45%
B=35.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991762030.020.1300.20291.1120.6174.31
HexC7B0CB2D014123154a
Octal30726031321502444325112
Binary110001111011000011001011101101010100100100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0CB; }

 p { color: rgb(199,176,203); }

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

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

 a { background-color: rgb(199,176,203); }

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

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

 span { border-color: rgb(199,176,203); }

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