#C3B7CF

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

Shades of Moon Raker #C3B7CF

Tints of Moon Raker #C3B7CF

Color information

#C3B7CF (or 0xC3B7CF) is unknown color: approx Moon Raker. HEX triplet: C3, B7 and CF. RGB value is (195,183,207). Sum of RGB (Red+Green+Blue) = 195+183+207=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 183 (71.88% from 255 or 31.28% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3B7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7CF is #3C4830. Grayscale: #BDBDBD. Windows color (decimal): -3950641 or 13612995. OLE color: 13612995.

HSL color Cylindrical-coordinate representation of color #C3B7CF: hue angle of 270º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3B7CF is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195183207-
CMYK0.060.1200.19
HSL270º20%76.47%-
HSV(B)270º11.59%81.18%-
XYZ50.749.9766.01-
YUV189.32137.98132.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 31.28%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=33.33%
G=31.28%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951832070.060.1200.192702076.47
HexC3B7CF6C01310e144c
Octal30326731761402341624114
Binary1100001110110111110011111101100010011100001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B7CF; }

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

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

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

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

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

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

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

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