#C3B0CB

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

Shades of Prelude #C3B0CB

Tints of Prelude #C3B0CB

Color information

#C3B0CB (or 0xC3B0CB) is unknown color: approx Prelude. HEX triplet: C3, B0 and CB. RGB value is (195,176,203). Sum of RGB (Red+Green+Blue) = 195+176+203=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3B0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0CB is #3C4F34. Grayscale: #B8B8B8. Windows color (decimal): -3952437 or 13349059. OLE color: 13349059.

HSL color Cylindrical-coordinate representation of color #C3B0CB: hue angle of 282.22º 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 #C3B0CB is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195176203-
CMYK0.040.1300.20
HSL282.22º20.61%74.31%-
HSV(B)282.22º13.3%79.61%-
XYZ48.8146.9662.99-
YUV184.76138.29135.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 176 (69.14% from 255) = 30.66%
BLUE value IS 203 (79.69% from 255) = 35.37%
R=33.97%
G=30.66%
B=35.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951762030.040.1300.20282.2220.6174.31
HexC3B0CB4D01411a154a
Octal30326031341502443225112
Binary1100001110110000110010111001101010100100011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0CB; }

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

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

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

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

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

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

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

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