#C3BACF

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

Shades of Moon Raker #C3BACF

Tints of Moon Raker #C3BACF

Color information

#C3BACF (or 0xC3BACF) is unknown color: approx Moon Raker. HEX triplet: C3, BA and CF. RGB value is (195,186,207). Sum of RGB (Red+Green+Blue) = 195+186+207=588 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.16% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BACF is #3C4530. Grayscale: #BFBFBF. Windows color (decimal): -3949873 or 13613763. OLE color: 13613763.

HSL color Cylindrical-coordinate representation of color #C3BACF: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BACF is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195186207-
CMYK0.060.1000.19
HSL265.71º17.95%77.06%-
HSV(B)265.71º10.14%81.18%-
XYZ51.3351.2266.21-
YUV191.08136.98130.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.16%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=33.16%
G=31.63%
B=35.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951862070.060.1000.19265.7117.9577.06
HexC3BACF6A01310a124d
Octal30327231761202341222115
Binary1100001110111010110011111101010010011100001010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BACF; }

 p { color: rgb(195,186,207); }

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

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

 a { background-color: rgb(195,186,207); }

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

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

 span { border-color: rgb(195,186,207); }

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